Update .github/workflows/deploy-docs.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
|
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
railway up --service docs-site --environment ${{ steps.env.outputs.env_name }} --ci --token "$RAILWAY_TOKEN"
|
railway up --service docs-site --environment ${{ steps.env.outputs.env_name }} --ci
|
||||||
|
|
||||||
- name: Run healthcheck (staging/prod)
|
- name: Run healthcheck (staging/prod)
|
||||||
if: steps.env.outputs.env_name == 'staging' || steps.env.outputs.env_name == 'prod'
|
if: steps.env.outputs.env_name == 'staging' || steps.env.outputs.env_name == 'prod'
|
||||||
|
|||||||
Reference in New Issue
Block a user