Update astro.yml

This commit is contained in:
Henry Hiles 2023-05-12 11:55:54 -04:00 committed by GitHub
parent efd53f4284
commit c2d822296b
Failed to generate hash of commit

View file

@ -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