Skip to content

Commit f359f7c

Browse files
committed
CD Try3
1 parent 7711de1 commit f359f7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
container: ghcr.io/railwayapp/cli:latest
1212
env:
13-
SVC_ID: my-service-id
13+
SVC_ID: ${{ secrets.RAILWAY_TOKEN }}
1414
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
1515
steps:
1616
- uses: actions/checkout@v3
17-
- run: railway up --service=${{ env.RAILWAY_SERVICE_ID }}
17+
- run: railway up --service=${{ env.SVC_ID }}

0 commit comments

Comments
 (0)