Fix command
This commit is contained in:
parent
16e3ea9a23
commit
5793447e60
1 changed files with 3 additions and 2 deletions
|
@ -5,9 +5,10 @@ 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: manual
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
- event: manual
|
|
||||||
|
|
Loading…
Reference in a new issue