Update astro.yml
This commit is contained in:
parent
c2d822296b
commit
0cd57f36dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/astro.yml
vendored
2
.github/workflows/astro.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
|||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||
|
||||
- name: Copy files to VM
|
||||
run: rsync -chav --delete ${{ env.BUILD_PATH }} ${{ secrets.USER_AND_IP }}:/var/www/HenryHilesAstro/tmp
|
||||
run: rsync -chav --delete ${{ env.BUILD_PATH }}/dist ${{ secrets.USER_AND_IP }}:/var/www/HenryHilesAstro/tmp
|
||||
|
||||
- name: Execute remote command
|
||||
run: ssh ${{ secrets.USER_AND_IP }} sudo /var/www/deploy-astro.sh astro.henryhiles.com HenryHilesAstro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue