diff --git a/.drone.yml b/.drone.yml index d7d0c78..d0a70cb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,7 +40,7 @@ steps: password: from_secret: harbour_password tags: - - ${DRONE_COMMIT_BRANCH} + - ${DRONE_COMMIT_REF} - 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?branch=${DRONE_COMMIT_BRANCH}' + - 'curl https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?ref=${DRONE_COMMIT_REF}'