Add job to update staging website

This commit is contained in:
Aditya Thakral 2021-06-07 21:04:55 -04:00
parent 26b279e71d
commit 102023ec2c
1 changed files with 7 additions and 1 deletions

View File

@ -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"