diff --git a/.drone.yml b/.drone.yml index 409783c..3c89ec3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,10 +4,10 @@ type: docker name: node16 steps: -- name: print-staging-url +- name: view-staging-url image: node:16 commands: - - echo "The staging site will be ${DRONE_BRANCH//\//-}-cscclassprofilestaging-snedadah.k8s.csclub.cloud" + - echo "staging url will be https://${DRONE_BRANCH//\//-}-cscclassprofilestaging-snedadah.k8s.csclub.cloud" - name: install-deps image: node:16