Skip to content

Commit

Permalink
Fix redeploy. (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Nov 26, 2024
1 parent 438f581 commit ffea2c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ jobs:
# REGISTRY_SSH_KEY_FILE="/secrets/ssh-key"
# REGISTRY_URL="github.com/toitware/registry"
run: |
railway link --project $RAILWAY_PROJECT_ID --service $RAILWAY_DEV_SERVICE_ID
railway redeploy -y
railway redeploy -y --service $RAILWAY_DEV_SERVICE_ID
- name: Deploy pkg.toit.io
if: github.event.inputs.redeploy == 'true' || github.event_name == 'release'
Expand All @@ -161,5 +160,4 @@ jobs:
# REGISTRY_SSH_KEY_FILE="/secrets/ssh-key"
# REGISTRY_URL="github.com/toitware/registry"
run: |
railway link --project $RAILWAY_PROJECT_ID --service $RAILWAY_SERVICE_ID
railway redeploy -y
railway redeploy -y --service $RAILWAY_SERVICE_ID

0 comments on commit ffea2c9

Please sign in to comment.