From a03f4519e9ea6a53d5793817c2756739e0434a65 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Wed, 8 Jun 2022 21:44:33 -0700 Subject: [PATCH] Added logging --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 83eb7e1..409783c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,11 @@ type: docker name: node16 steps: +- name: print-staging-url + image: node:16 + commands: + - echo "The staging site will be ${DRONE_BRANCH//\//-}-cscclassprofilestaging-snedadah.k8s.csclub.cloud" + - name: install-deps image: node:16 commands: