Skip to content

Commit

Permalink
chore: configure github deployment for netlify standard and preview (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jdassonvil authored Jun 6, 2024
1 parent 04eed15 commit 4e36eb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/netlify-deploy-preview-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
alias: ${{ inputs.application }}-preview-${{ inputs.environment }}-${{ github.event.number }}
enable-pull-request-comment: true
overwrites-pull-request-comment: true
enable-github-deployment: false
enable-commit-comment: false
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/netlify-deploy-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
enable-pull-request-comment: false
enable-commit-comment: true
overwrites-pull-request-comment: false
enable-github-deployment: true
github-deployment-environment: ${{ inputs.environment }}
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
Expand Down

0 comments on commit 4e36eb9

Please sign in to comment.