Add auto deploys for staging

This commit is contained in:
Aditya Thakral 2021-08-23 12:09:27 -04:00
parent a8cae99c11
commit 1f668451a9
1 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,16 @@ steps:
commands: commands:
- npm run export - npm run export
- name: deploy (staging)
image: node:16
depends_on:
- export
environment:
TOKEN:
from_secret: STAGING_TOKEN
commands:
- curl -XPOST -H "Authorization: $TOKEN" "https://csclub.uwaterloo.ca/~a3thakra/update-csc/"
trigger: trigger:
event: event:
exclude: exclude: