neil-patch-1 (#5)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #5
This commit is contained in:
parent
75c4b6de3f
commit
f2af90479a
@ -41,7 +41,7 @@ pipeline:
|
|||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: git.shrug.pw/neil/containers/woodpecker-ci:latest
|
image: git.shrug.pw/neil/containers/woodpecker-ci:latest
|
||||||
secrets: [ssh_key]
|
secrets: [ssh_key, GITLAB_DEPLOY_TOKEN]
|
||||||
environment:
|
environment:
|
||||||
- GIT_AUTHOR_NAME="Woody the Woodpecker"
|
- GIT_AUTHOR_NAME="Woody the Woodpecker"
|
||||||
- GIT_AUTHOR_EMAIL=ci@shrug.pw
|
- GIT_AUTHOR_EMAIL=ci@shrug.pw
|
||||||
|
@ -30,6 +30,6 @@ git remote add origin $REMOTE
|
|||||||
git push -f origin pages
|
git push -f origin pages
|
||||||
|
|
||||||
curl -X POST --fail \
|
curl -X POST --fail \
|
||||||
-F token=glptt-726b7e0e1a566629fff9e0e4a578fe74b7aca40e \
|
-F token=$GITLAB_DEPLOY_TOKEN \
|
||||||
-F ref=main \
|
-F ref=main \
|
||||||
https://gitlab.com/api/v4/projects/29559707/trigger/pipeline
|
https://gitlab.com/api/v4/projects/29559707/trigger/pipeline
|
Loading…
Reference in New Issue
Block a user