test
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: node:20
|
image: node:20-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- /var/docker-web:/var/docker-web
|
- /var/docker-web:/var/docker-web
|
||||||
steps:
|
steps:
|
||||||
@@ -29,4 +29,5 @@ jobs:
|
|||||||
mkdir -p "$APP_DIR"
|
mkdir -p "$APP_DIR"
|
||||||
cp -a .output/* "$APP_DIR/"
|
cp -a .output/* "$APP_DIR/"
|
||||||
export COMPOSE_BAKE=false
|
export COMPOSE_BAKE=false
|
||||||
|
bash /var/docker-web/src/cli.sh down "${GITHUB_REPOSITORY##*/}"
|
||||||
bash /var/docker-web/src/cli.sh up "${GITHUB_REPOSITORY##*/}"
|
bash /var/docker-web/src/cli.sh up "${GITHUB_REPOSITORY##*/}"
|
||||||
|
|||||||
Reference in New Issue
Block a user