We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda63b6 commit 991398aCopy full SHA for 991398a
.github/workflows/deploy.yml
@@ -3,8 +3,6 @@ name: Build and Deploy to Netlify
3
on:
4
push:
5
branches: [ main ]
6
- pull_request:
7
- branches: [ main ]
8
9
jobs:
10
build-and-deploy:
@@ -34,12 +32,11 @@ jobs:
34
32
with:
35
33
publish-dir: './dist'
36
production-branch: main
+ production-deploy: true
37
github-token: ${{ secrets.GITHUB_TOKEN }}
38
- deploy-message: "Deploy from GitHub Actions"
39
- enable-pull-request-comment: false
+ deploy-message: "Production deploy from main branch"
40
enable-commit-comment: true
41
- overwrites-pull-request-comment: true
42
env:
43
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
44
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
45
- timeout-minutes: 1
+ timeout-minutes: 2
0 commit comments