@ -39,8 +39,8 @@ staging:
refs:
- main
update_staging_website:
stage: staging
needs: [staging]
deploy_staging:
stage: .post
needs: ["staging"]
script:
- curl -XPOST -H "Authorization: Basic $STAGING_SECRET" "https://csclub.uwaterloo.ca/$BASE_PATH"
- 'curl -XPOST -H "Authorization: Basic $STAGING_SECRET" "https://csclub.uwaterloo.ca/$BASE_PATH"'