Use sup tool for deploy

Fix deploy image again
This commit is contained in:
Anton Vakhrushev 2020-03-14 20:33:53 +03:00
parent 2d4a9a1b56
commit 3aed1d9961

View File

@ -49,7 +49,7 @@ jobs:
steps: steps:
- checkout - checkout
- add_ssh_keys - add_ssh_keys
- run: apt-get update; apt-get install -yy openssh-client - run: apt-get update; apt-get install -yy openssh-client wget
- run: ssh-keyscan "$TARGET_HOST" >> ~/.ssh/known_hosts - run: ssh-keyscan "$TARGET_HOST" >> ~/.ssh/known_hosts
# Prepare sup deploy tool # Prepare sup deploy tool
- run: wget https://github.com/pressly/sup/releases/download/v0.5.3/sup-linux64 -O sup - run: wget https://github.com/pressly/sup/releases/download/v0.5.3/sup-linux64 -O sup