We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616bc39 commit 3276684Copy full SHA for 3276684
.github/workflows/deploy-dr.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Publish
38
uses: netlify/actions/cli@master
39
with:
40
- args: deploy --prod --dir=out --message="GitHub Actions" --timeout=3600000
+ args: deploy --prod --dir=out --message="GitHub Actions" --timeout=3600
41
env:
42
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID_DR }}
43
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
0 commit comments