Skip to content

Commit

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

0 comments on commit 438f581

Please sign in to comment.