This commit is contained in:
parent
f787448021
commit
ad9ed88cdf
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ pipeline:
|
|||
- apk add curl
|
||||
- hugo
|
||||
- tar -czf archive.tar.gz -C ./public/ .
|
||||
- "curl --request POST --url $URL --header 'Content-Type: multipart/form-data' --header 'Static-Hoster-Key: $API_KEY' --form STATIC_PAGE=@$(pwd)/archive.tar.gz"
|
||||
- "curl --request POST --url $${URL} --header 'Content-Type: multipart/form-data' --header 'Static-Hoster-Key: $${API_KEY}' --form STATIC_PAGE=@$(pwd)/archive.tar.gz"
|
||||
secrets: [ API_KEY, URL ]
|
||||
|
|
Reference in a new issue