Skip to content
Snippets Groups Projects
Commit dd2f31fc authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

node image upgrade

parent e372f267
No related branches found
No related tags found
No related merge requests found
image: node:10
image: node:10-buster
variables:
SITE_NAME: piratipracuji.cz
......@@ -19,7 +19,7 @@ build:
- yarn generate
after_script:
- echo "{ \"name\":\"$SITE_NAME\" }" > request.json
- "curl -k -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL"
- "curl -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL"
artifacts:
expire_in: 30 min
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment