This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: install
|
- name: install
|
||||||
run: |
|
run: |
|
||||||
APP_DIR=/var/docker-web/apps/${GITHUB_REPOSITORY##*/}
|
APP_DIR=/var/docker-web/store/apps/${GITHUB_REPOSITORY##*/}
|
||||||
mkdir -p $APP_DIR
|
mkdir -p $APP_DIR
|
||||||
cp -a $(find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'node_modules') "$APP_DIR/"
|
cp -a $(find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'node_modules') "$APP_DIR/"
|
||||||
- name: up
|
- name: up
|
||||||
|
|||||||
Reference in New Issue
Block a user