Update .github/workflows/deploy-docs.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-19 15:34:02 -06:00
committed by GitHub
parent dda47fc5ad
commit d81ca20db5

View File

@@ -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'