Skip to content

Commit d5ff5c8

Browse files
authored
Set deployment timeout to 30 minutes
Increased timeout for deployment step to 30 minutes.
1 parent 98299a7 commit d5ff5c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
steps:
1212
- name: Deploy to server
1313
uses: appleboy/ssh-action@v1.2.3
14+
timeout-minutes: 30
1415
with:
1516
host: ${{ secrets.CL_1 }}
1617
username: ${{ secrets.SERVER_USER }}

0 commit comments

Comments
 (0)