1
Fork 0

Change api key
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Hadeed 2024-10-07 18:47:04 +05:00
parent cd3816bc74
commit fb4def5849

View file

@ -5,9 +5,9 @@ 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 $PAGES_API_KEY" https://pages.hadeedahmad.com/pages/me | grep -q "200"'
secrets: [ API_KEY ] secrets: [ PAGES_API_KEY ]
when: when:
- event: manual - event: manual
- event: push - event: push