diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f16f450..4971dd3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - name: Prepare and build app run: | REPO_NAME="${GITHUB_REPOSITORY##*/}" - APP_DIR="/var/docker-web/store/${REPO_NAME}" + APP_DIR="/var/docker-web/apps/${REPO_NAME}" bash /var/docker-web/src/cli.sh down "${REPO_NAME}" rm -rf "$APP_DIR" mkdir "$APP_DIR" diff --git a/app/components/deck/DeckCompilation.vue b/app/components/deck/DeckCompilation.vue index d48cdf2..7efc711 100644 --- a/app/components/deck/DeckCompilation.vue +++ b/app/components/deck/DeckCompilation.vue @@ -5,9 +5,6 @@ aria-label="close the box"> close -