chore: wait 1m before starting website deploy after schema build

This commit is contained in:
xyny 2024-07-28 10:14:10 +00:00 committed by GitHub
parent b55f006c1c
commit 32bbddc245
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,5 +15,6 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'blue-build/modules'
steps:
- run: echo "website:" && curl -X POST -d {} ${{ secrets.WEBSITE_DEPLOY_HOOK }}
- run: echo "schemas:" && curl -X POST -d {} ${{ secrets.SCHEMAS_DEPLOY_HOOK }}
- run: sleep 1m
- run: echo "website:" && curl -X POST -d {} ${{ secrets.WEBSITE_DEPLOY_HOOK }}