From 5fb3b90031579a8a1ef86cfa6050741edd6bfadd Mon Sep 17 00:00:00 2001 From: shahanneda Date: Wed, 8 Jun 2022 21:46:22 -0700 Subject: [PATCH] Udate log --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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