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