sql #33

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

View File

@@ -12,6 +12,7 @@ jobs:
- name: Build app - name: Build app
run: | run: |
bash ./.github/workflows/setup-env.sh bash ./.github/workflows/setup-env.sh
set -a && source .env && set +a
[ -n "$APP_NAME" ] && bash /var/docker-web/src/cli.sh down "${APP_NAME}" [ -n "$APP_NAME" ] && bash /var/docker-web/src/cli.sh down "${APP_NAME}"
rm -rf "$APP_DIR" rm -rf "$APP_DIR"
mkdir "$APP_DIR" mkdir "$APP_DIR"