sql #33

Open
valere wants to merge 34 commits from sql into master
Showing only changes of commit 57df3dbd5b - Show all commits

View File

@@ -11,8 +11,8 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build app - name: Build app
run: | run: |
bash ./.github/workflows/setup-env.sh bash ./.github/workflows/setup-env.sh
if [ -n "$APP_NAME" ]; then if [ -n "$APP_NAME" ]; then
set -a && source .env && set +a set -a && source .env && set +a
bash /var/docker-web/src/cli.sh down "${APP_NAME}" bash /var/docker-web/src/cli.sh down "${APP_NAME}"
rm -rf "$APP_DIR" rm -rf "$APP_DIR"