test
This commit is contained in:
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@@ -26,4 +26,5 @@ jobs:
|
||||
cp -a $(find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'node_modules') "$APP_DIR/"
|
||||
export COMPOSE_BAKE=false
|
||||
bash /var/docker-web/src/cli.sh down "${REPO_NAME}"
|
||||
docker rmi "local/${REPO_NAME}"
|
||||
bash /var/docker-web/src/cli.sh up "${REPO_NAME}"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<template>
|
||||
<NuxtTemplatee />
|
||||
<NuxtTemplate />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user