Update config
This commit is contained in:
parent
a94d01ed75
commit
753ab0c313
2 changed files with 2 additions and 3 deletions
4
.github/workflows/astro.yml
vendored
4
.github/workflows/astro.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||
|
||||
- name: Copy files to VM
|
||||
run: rsync -chav --delete ${{ env.BUILD_PATH }}/dist/* ${{ secrets.USER_AND_IP }}:/var/www/HenryHilesAstro/tmp
|
||||
run: rsync -chav --delete ${{ env.BUILD_PATH }}/dist/* ${{ secrets.USER_AND_IP }}:/var/www/HenryHiles/tmp
|
||||
|
||||
- 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 henryhiles.com HenryHiles
|
||||
|
|
|
@ -2,7 +2,6 @@ import { defineConfig } from "astro/config"
|
|||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://astro.henryhiles.com",
|
||||
build: {
|
||||
format: "file"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue