Add CI #13

Merged
snedadah merged 36 commits from shahanneda/add-ci into main 2022-06-26 16:14:28 -04:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 213c8f5756 - Show all commits

View File

@ -40,7 +40,7 @@ steps:
password:
from_secret: harbour_password
tags:
- ${DRONE_COMMIT_REF}
- ${DRONE_COMMIT_SHA}
- latest
registry: registry.cloud.csclub.uwaterloo.ca
repo: registry.cloud.csclub.uwaterloo.ca/snedadah/csc-class-profile-staging
@ -50,7 +50,7 @@ steps:
depends_on:
- publish
commands:
- 'curl https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?ref=${DRONE_COMMIT_REF}'
- 'curl https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?ref=${DRONE_COMMIT_SHA}'