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

add deploy/remove

parent 0404f90c
No related branches found
No related tags found
No related merge requests found
Pipeline #59623 passed
#!/bin/bash
docker-compose stop --timeout 30
docker-compose down -v --rmi all --remove-orphans
......@@ -50,3 +50,4 @@ chmod +x deploy/jekyll_debug
chmod +x deploy/update
chmod +x deploy/stop
chmod +x deploy/uninstall
chmod +x 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