File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -193,9 +193,12 @@ jobs:
193193 rm -rf '/tmp/image-${{ matrix.name }}-${{ env.ENVIRONMENT }}.tar'
194194 docker push ${{ steps.image_lowercase.outputs.lowercase }}-${{ env.CLEAN_NETWORK}}:${{ env.COMMIT_TAG }}
195195
196+ - name : Sleep for 20 Seconds
197+ run : sleep 20
198+
196199 - name : Notify Qovery of new image tag
197200 run : |
198- curl -X POST https://api.qovery.com/organization/${{ secrets.QOVERY_ORG_ID }}/container/deploy \
201+ curl -i - X POST https://api.qovery.com/organization/${{ secrets.QOVERY_ORG_ID }}/container/deploy \
199202 -H "Authorization: Token ${{ secrets.QOVERY_API_TOKEN }}" \
200203 -H "Content-Type: application/json" \
201204 -d '{
Original file line number Diff line number Diff line change 1111 deployment :
1212 required : true
1313 type : choice
14- default : " govtool.cardanoapi.io "
14+ default : " p80-z6b8d2f7a-ze34e4cb2-gtw.z937eb260.rustrocks.fr "
1515 options :
1616 - " sanchogov.tools"
1717 - " staging.govtool.byron.network"
3131 - " preprod"
3232
3333 workflow_run :
34- workflows : ["Build and deploy GovTool test stack "]
34+ workflows : ["Check and Build QA "]
3535 types : [completed]
3636 branches :
3737 - test
8989 if : steps.cache-playwright-browsers.outputs.cache-hit != 'true'
9090 run : npx playwright install --with-deps
9191
92+ - name : Initial delay 5 mins
93+ run : sleep 300
94+
9295 - name : Run tests
9396 id : run-test
9497 run : |
You can’t perform that action at this time.
0 commit comments