mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix: deploy demo script (#5680)
Co-authored-by: Maksim Karatkevich <m.karatkevich@akveo.com>
This commit is contained in:
parent
7b84933f7c
commit
c06bd0885a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/demoDeploy.yml
vendored
2
.github/workflows/demoDeploy.yml
vendored
|
|
@ -20,5 +20,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: demo
|
ref: demo
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build:prod
|
- run: npm run build:demo:prod
|
||||||
- run: rsync -r --delete-after dist/. "${{ secrets.REMOTE_URL }}":"${{ secrets.ADDRESS }}"
|
- run: rsync -r --delete-after dist/. "${{ secrets.REMOTE_URL }}":"${{ secrets.ADDRESS }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue