Skip to content
Snippets Groups Projects
Commit 1677c2ff authored by TonyFord's avatar TonyFord
Browse files

add deploy/remove

parent c2e59b14
No related branches found
No related tags found
No related merge requests found
Pipeline #59628 passed
......@@ -5,6 +5,7 @@ stages:
- jekyll_debug
- stop
- uninstall
- remove
update:
stage: update
......@@ -95,3 +96,18 @@ uninstall:
- chmod +x ./setenv && . setenv
script:
- deploy/uninstall
remove:
stage: remove
tags:
- tonyford
only:
refs:
- master
- main
variables:
- $CMD =~ /^remove$/
before_script:
- chmod +x ./setenv && . setenv
script:
- deploy/remove
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment