Merge branch 'main' into feat/advice-page
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Linna Luo 2021-08-23 14:15:28 -04:00
commit 6ac008a3b7
1 changed files with 13 additions and 0 deletions

View File

@ -30,6 +30,19 @@ steps:
commands:
- 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/"'
when:
branch:
- main
trigger:
event:
exclude: