260319:0822 Fix UUID #14
Build and Deploy / deploy (push) Failing after 5m33s

This commit is contained in:
admin
2026-03-19 08:22:16 +07:00
parent 2d41c0e092
commit fe4a779f38
3 changed files with 13 additions and 2 deletions
+2
View File
@@ -17,6 +17,8 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
timeout: 600s # 10 minutes total timeout
command_timeout: 300s # 5 minutes per command timeout
script_stop_signal: true # Stop script on error
script: |
set -e