Skip to content

Commit

Permalink
Merge pull request #39 from t1nyb0x/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
t1nyb0x authored Nov 14, 2024
2 parents f2b29e4 + 44e1cd0 commit e62cec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
TOKEN: ${{ secrets.PRODUCTION_TOKEN }}
run: |
ssh -o StrictHostKeyChecking=no -i ~/.ssh/deploy_key $SSH_USER@$VPS_HOST -p $SSH_PORT \
'export ENVIRONMENT=ENV && export PRODUCTION_TOKEN=TOKEN && \
'export ENVIRONMENT=$ENV && export PRODUCTION_TOKEN=$TOKEN && \
docker pull ghcr.io/t1nyb0x/discord-twitter-embed-rx && \
docker run --env ENVIRONMENT --env PRODUCTION_TOKEN ghcr.io/t1nyb0x/discord-twitter-embed-rx'

0 comments on commit e62cec8

Please sign in to comment.