increase timeout for cicd
Some checks failed
backend-admin-action / build-image (push) Failing after 42s
backend-action / build-image (push) Has been cancelled

This commit is contained in:
2024-05-27 10:57:08 +07:00
parent a7eb7d5037
commit bb69b33481

View File

@@ -30,4 +30,5 @@ jobs:
key: ${{ secrets.SORVOR_KEY }} key: ${{ secrets.SORVOR_KEY }}
port: 22 port: 22
script: "docker compose pull && docker compose up -d" script: "docker compose pull && docker compose up -d"
command_timeout: 3h
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."