Skip to content

Commit

Permalink
Merge branch 'main' into floitsch/debug
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Nov 26, 2024
2 parents 936d327 + 438f581 commit cf46ff5
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 @@ -155,7 +155,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 @@ -170,5 +170,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 cf46ff5

Please sign in to comment.