fix deploy pipeline
This commit is contained in:
parent
7c2f40d8b7
commit
4b54d8e616
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
- run: npm i -g @railway/cli
|
- run: npm i -g @railway/cli
|
||||||
- run: railway up
|
- run: railway up
|
||||||
env:
|
env:
|
||||||
RAILWAY_TOKEN: secrets.RAILWAY_TOKEN_DEV
|
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN_DEV }}
|
||||||
|
|
||||||
deploy_prod:
|
deploy_prod:
|
||||||
if: github.ref == 'refs/heads/production'
|
if: github.ref == 'refs/heads/production'
|
||||||
@ -67,4 +67,5 @@ jobs:
|
|||||||
- run: npm i -g @railway/cli
|
- run: npm i -g @railway/cli
|
||||||
- run: railway up
|
- run: railway up
|
||||||
env:
|
env:
|
||||||
RAILWAY_TOKEN: secrets.RAILWAY_TOKEN_PROD
|
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN_PROD }}
|
||||||
|
# TODO: on pull_request, deploy 24hour-long deployment at {commit_short_hash}.shellphone.app, provision db and seed data
|
||||||
|
Loading…
Reference in New Issue
Block a user