Skip to content

Commit

Permalink
fix: deploy demo script (akveo#5680)
Browse files Browse the repository at this point in the history
Co-authored-by: Maksim Karatkevich <[email protected]>
  • Loading branch information
maksim-karatkevich and Maksim Karatkevich authored May 14, 2020
1 parent 7b84933 commit c06bd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demoDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
with:
ref: demo
- 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 }}"

0 comments on commit c06bd08

Please sign in to comment.