Loading…
Reference in new issue
There is no content yet.
Delete Branch 'shahanneda/add-ci'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Deleting a branch is permanent. It CANNOT be undone. Continue?
Added a CI to a staging server.
(about the number of commits, I realized too late that I should probably do the test runs in another branch 😓)
WIP: Add CIto Add CI 8 months agoThanks for setting this up, Shahan!
- name: view-staging-url
image: node:16
commands:
- echo "staging url will be https://${DRONE_BRANCH//\//-}-csc-class-profile-staging-snedadah.k8s.csclub.cloud"
this is not going to work if the branch name is something like: "adi/feature/cool-thing"
Just tried it, it does seem to work, I think the regex is automatically global.
67aa21fd65
into main 8 months agoReviewers
67aa21fd65
.