Skip to content

Commit

Permalink
Update deployment config for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdbeentjes committed Oct 4, 2024
1 parent 1c52ba1 commit 823d58b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main-migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ jobs:
publish-dir: "./dist"
production-branch: main
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: Production deployment for ${{ matrix.name }}
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ matrix.netlifySiteId }}
3 changes: 2 additions & 1 deletion .github/workflows/staging-migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ jobs:
publish-dir: "./dist"
production-branch: main
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: Preview deployment for ${{ matrix.name }}
enable-pull-request-comment: true
enable-commit-comment: false
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ matrix.netlifySiteId }}

0 comments on commit 823d58b

Please sign in to comment.