Use sup tool for deploy

Fix deploy image
This commit is contained in:
Anton Vakhrushev 2020-03-14 20:30:23 +03:00
parent 2979a1a67d
commit 3eb213db4a
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ jobs:
deploy_app:
docker:
- image: alpine:3.10.3
- image: ubuntu:18.04
steps:
- checkout
- add_ssh_keys

View File

@ -25,7 +25,7 @@ commands:
docker-reload-container:
run: >
. $HOME_DIR/.env ;
source $HOME_DIR/.env ;
docker pull "$IMAGE" ;