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: deploy_app:
docker: docker:
- image: alpine:3.10.3 - image: ubuntu:18.04
steps: steps:
- checkout - checkout
- add_ssh_keys - add_ssh_keys

View File

@ -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" ;