Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Jan 31, 2025
1 parent c5217d0 commit 8c9fc1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fixtures-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:

runs-on: ${{ matrix.os }}

environment:
name: development

env:
DATABASE_URL: postgres://
AUTH_SECRET: test
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/vercel-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
outputs:
builder-url: "https://${{ steps.vercel.outputs.alias }}.${{ matrix.environment }}.webstudio.is"
builder-host: "${{ steps.vercel.outputs.alias }}.${{ matrix.environment }}.webstudio.is"
PRIVATE_GITHUB_DEPLOY_TOKEN: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}

fixtures-test:
needs: deployment
Expand All @@ -92,7 +91,7 @@ jobs:
builder-url: ${{ needs.deployment.outputs.builder-url }}
builder-host: ${{ needs.deployment.outputs.builder-host }}
secrets:
PRIVATE_GITHUB_DEPLOY_TOKEN: ${{ needs.deployment.outputs.PRIVATE_GITHUB_DEPLOY_TOKEN }}
PRIVATE_GITHUB_DEPLOY_TOKEN: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}

delete-github-deployments:
needs: fixtures-test
Expand Down

0 comments on commit 8c9fc1b

Please sign in to comment.