This commit is contained in:
Eric S. Londres 2021-03-28 18:14:50 -04:00
parent 3a0161f525
commit b102a3e6dc
Signed by: slondr
GPG Key ID: A2D25B4D5CB970E4
2 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 -t root@ssh.api.ericlondres.tech "cd /root/packages/bot/BeerHolderBot; git pull origin master; bash --login -c 'gpg --passphrase $GPG_PASS --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 --passphrase $GPG_PASS --decrypt secret.sh.gpg > secret.sh; source secret.sh; exit 0'"
only:
- master

Binary file not shown.