diff --git a/deploy.sh b/deploy.sh index c2dc2a7..651e1c1 100644 --- a/deploy.sh +++ b/deploy.sh @@ -28,3 +28,9 @@ git add -A git commit -m "Deployment at $(date -u -Is)" git remote add origin $REMOTE 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 \ No newline at end of file