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