Skip to content

Commit

Permalink
Merge pull request #29 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 8d6035a + ac6b572 commit 1a8fb07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: deploy
on:
workflow_dispatch:
workflow_run:
workflows: [release]
branches: [main]
Expand Down Expand Up @@ -32,5 +33,5 @@ jobs:
run: |
ssh -o StrictHostKeyChecking=no -i ~/.ssh/deploy_key $SSH_USER@$VPS_HOST -p $SSH_PORT \
'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'
docker pull ghcr.io/t1nyb0x/discord-twitter-embed-rx:latest && \
docker run --env ENVIRONMENT --env PRODUCTION_TOKEN ghcr.io/t1nyb0x/discord-twitter-embed-rx:latest'

0 comments on commit 1a8fb07

Please sign in to comment.