Skip to content

Commit 3276684

Browse files
Correct unit for deploy timeout
If only the documentation stated what the unit was, huh?
1 parent 616bc39 commit 3276684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-dr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Publish
3838
uses: netlify/actions/cli@master
3939
with:
40-
args: deploy --prod --dir=out --message="GitHub Actions" --timeout=3600000
40+
args: deploy --prod --dir=out --message="GitHub Actions" --timeout=3600
4141
env:
4242
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID_DR }}
4343
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)