Use sup tool for deploy
Fix deploy image
This commit is contained in:
@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
deploy_app:
|
||||
docker:
|
||||
- image: alpine:3.10.3
|
||||
- image: ubuntu:18.04
|
||||
steps:
|
||||
- checkout
|
||||
- add_ssh_keys
|
||||
|
2
Supfile
2
Supfile
@ -25,7 +25,7 @@ commands:
|
||||
|
||||
docker-reload-container:
|
||||
run: >
|
||||
. $HOME_DIR/.env ;
|
||||
source $HOME_DIR/.env ;
|
||||
|
||||
docker pull "$IMAGE" ;
|
||||
|
||||
|
Reference in New Issue
Block a user