Skip to content

Commit

Permalink
quickfix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chofnar committed Feb 9, 2024
1 parent da2e21b commit 770f6d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
sudo docker pull chofnar/go-release-bot:${{ github.sha }}
sudo docker stop release-bot || true
sudo docker rm release-bot || true
sudo docker run -d --name release-bot -p 8443:8443 \
sudo docker stop go-release-bot || true
sudo docker rm go-release-bot || true
sudo docker run -d --name go-release-bot -p 8443:8443 \
-e TELEGRAM_BOT_TOKEN=${{ secrets.TELEGRAM_BOT_TOKEN }} \
-e TELEGRAM_BOT_SITE_URL=${{ secrets.TELEGRAM_BOT_SITE_URL }} \
-e BOT_DYNAMODB_ENDPOINT=${{ secrets.BOT_DYNAMODB_ENDPOINT }} \
Expand Down

0 comments on commit 770f6d7

Please sign in to comment.