Rename docker deployment scripts
- Move branch and main deploy scripts under `deployment/docker` - Keep script contents unchanged
This commit is contained in:
parent
de9a965a6c
commit
73e25ddf70
2 changed files with 0 additions and 0 deletions
6
deployment/docker/deploy-branch.sh
Executable file
6
deployment/docker/deploy-branch.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
git fetch
|
||||
git pull
|
||||
docker compose up -d --build --force-recreate
|
||||
Loading…
Add table
Add a link
Reference in a new issue