Add 16 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 8s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 8s
This commit is contained in:
11
caddy-static/stop.sh
Executable file
11
caddy-static/stop.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# shellcheck disable=SC1091
|
||||
source "${AGENT_PATH}/common.sh"
|
||||
|
||||
_check_required_env_vars "CONTAINER_NAME"
|
||||
|
||||
echo "Stopping ${CONTAINER_NAME}..."
|
||||
|
||||
_stop_container "$CONTAINER_NAME"
|
||||
|
||||
echo "Stopped ${CONTAINER_NAME}."
|
||||
Reference in New Issue
Block a user