1
Fork 0
This commit is contained in:
Hadeed 2024-10-07 13:28:00 +05:00
parent ef21de2624
commit 16e3ea9a23

View file

@ -5,7 +5,7 @@ steps:
commands: commands:
- apk add --no-cache zip curl - apk add --no-cache zip curl
- zip -r project.zip . -x ".*" - zip -r project.zip . -x ".*"
- curl -s -w "{%http_code}" -X POST -F "zipfile=@project.zip" -H "Authorization: Bearer $API_KEY" https://pages.hadeedahmad.com/pages/me | grep -q "200" - 'curl -s -w "{%http_code}" -X POST -F "zipfile=@project.zip" -H "Authorization: Bearer $API_KEY" https://pages.hadeedahmad.com/pages/me | grep -q "200"'
secrets: [ API_KEY ] secrets: [ API_KEY ]
when: when:
- event: push - event: push