REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE

This commit is contained in:
Eric S. Londres 2021-03-28 17:17:03 -04:00
parent 37e0cb343c
commit 7fa09426e9
Signed by: slondr
GPG Key ID: A2D25B4D5CB970E4
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@ deploy:
- eval $(ssh-agent -s)
- echo "$SSH_KEY" | ssh-add -
- ssh-keyscan -H -t rsa ssh.api.ericlondres.tech >> ~/.ssh/known_hosts
- ssh root@ssh.api.ericlondres.tech "cd /root/packages/bot/BeerHolderBot; git pull origin master; bash --login -c 'gpg --batch --passphrase $GPG_PASS --no-tty --decrypt secret.sh.gpg > secret.sh; source secret.sh'"
- ssh -t root@ssh.api.ericlondres.tech "cd /root/packages/bot/BeerHolderBot; git pull origin master; bash --login -c 'gpg --batch --passphrase $GPG_PASS --no-tty --decrypt secret.sh.gpg > secret.sh; source secret.sh'"
only:
- master