try
This commit is contained in:
parent
ef21de2624
commit
16e3ea9a23
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ steps:
|
|||
commands:
|
||||
- apk add --no-cache zip curl
|
||||
- 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 ]
|
||||
when:
|
||||
- event: push
|
||||
|
|
Loading…
Reference in a new issue