parent
dc6f6f3900
commit
fa9308d9ed
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ steps:
|
||||||
- API_URL=https://pages.hadeedahmad.com/pages/me
|
- API_URL=https://pages.hadeedahmad.com/pages/me
|
||||||
- curl -s -w "%{http_code}" -F "zipfile=@project.zip" -H "$AUTH_HEADER" "$API_URL" | grep -q 200
|
- curl -s -w "%{http_code}" -F "zipfile=@project.zip" -H "$AUTH_HEADER" "$API_URL" | grep -q 200
|
||||||
|
|
||||||
secrets: [ PAGES_API_KEY ]
|
environment:
|
||||||
|
PAGES_API_KEY:
|
||||||
|
from_secret: PAGES_API_KEY
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: manual
|
- event: manual
|
||||||
|
|
Loading…
Add table
Reference in a new issue