Add job to update staging website

amy-random-shapes
Aditya Thakral 2 years ago
parent 26b279e71d
commit 102023ec2c
  1. 8
      .gitlab-ci.yml

@ -37,4 +37,10 @@ staging:
- out
only:
refs:
- main
- main
update_staging_website:
stage: staging
needs: [staging]
script:
- curl -XPOST -H "Authorization: Basic $STAGING_SECRET" "https://csclub.uwaterloo.ca/$BASE_PATH"
Loading…
Cancel
Save