Update astro.yml
This commit is contained in:
parent
efd53f4284
commit
c2d822296b
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 }}
|
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||||
|
|
||||||
- name: Copy files to VM
|
- name: Copy files to VM
|
||||||
run: rsync -chav --delete ${{ env.BUILD_PATH }} ${{ secrets.USER_AND_IP }}:/var/www/HenryHiles/tmp
|
run: rsync -chav --delete ${{ env.BUILD_PATH }} ${{ secrets.USER_AND_IP }}:/var/www/HenryHilesAstro/tmp
|
||||||
|
|
||||||
- name: Execute remote command
|
- name: Execute remote command
|
||||||
run: ssh ${{ secrets.USER_AND_IP }} sudo /var/www/deploy-astro.sh astro.henryhiles.com HenryHilesAstro
|
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