diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 8e83d4a..f55d35b 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -5,9 +5,10 @@ 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: manual - event: push branch: main - - event: manual