sub domain deploy for branches 16
This commit is contained in:
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
||||
- name: Build app
|
||||
run: |
|
||||
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}"
|
||||
rm -rf "$APP_DIR"
|
||||
mkdir "$APP_DIR"
|
||||
|
||||
Reference in New Issue
Block a user