This commit is contained in:
parent
de7fd2af11
commit
71da3d83cd
@ -28,3 +28,9 @@ git add -A
|
|||||||
git commit -m "Deployment at $(date -u -Is)"
|
git commit -m "Deployment at $(date -u -Is)"
|
||||||
git remote add origin $REMOTE
|
git remote add origin $REMOTE
|
||||||
git push -f origin pages
|
git push -f origin pages
|
||||||
|
|
||||||
|
sleep 1m
|
||||||
|
curl -X POST --fail \
|
||||||
|
-F token=glptt-726b7e0e1a566629fff9e0e4a578fe74b7aca40e \
|
||||||
|
-F ref=main \
|
||||||
|
https://gitlab.com/api/v4/projects/29559707/trigger/pipeline
|
Loading…
Reference in New Issue
Block a user