chore: add current provisioning state before migration
This commit is contained in:
parent
a9703b4748
commit
50745b0f22
660 changed files with 88126 additions and 0 deletions
12
cluster/pod_repo/default/bin/apply.sh
Executable file
12
cluster/pod_repo/default/bin/apply.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
TASK=${1:-up}
|
||||
|
||||
[ -r "docker-compose.yml" ] && [ "$TASK" == "up" ] && ARGS="-d"
|
||||
|
||||
ROOT_PATH=$(dirname "$0")
|
||||
|
||||
[ -r "$ROOT_PATH/../env" ] && . "$ROOT_PATH"/../env
|
||||
|
||||
sudo podman-compose $TASK $ARGS
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue