Udate log
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-06-08 21:46:22 -07:00
parent a03f4519e9
commit 5fb3b90031
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 2 additions and 2 deletions

View File

@ -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