Compare commits

..

3 Commits

Author SHA1 Message Date
Aditya Thakral 020ebd3e0c Use full date strings in news
continuous-integration/drone/push Build is passing Details
2021-08-25 00:39:18 -04:00
Aditya Thakral 346f3e3115 Rename *.news.md to *.md 2021-08-25 00:39:18 -04:00
Aditya Thakral 59175478f5 Pass in branch as a custom header to update the website (#178)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #178
Co-authored-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
Co-committed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
2021-08-25 00:24:53 -04:00
1 changed files with 1 additions and 4 deletions

View File

@ -45,10 +45,7 @@ steps:
TOKEN:
from_secret: STAGING_TOKEN
commands:
- 'curl -XPOST -H "Authorization: $TOKEN" "https://csclub.uwaterloo.ca/~a3thakra/update-csc/"'
when:
branch:
- main
- 'curl -XPOST -H "Authorization: $TOKEN" -H "X-Branch: $DRONE_BRANCH" "https://csclub.uwaterloo.ca/~a3thakra/update-csc/"'
trigger:
event: