Prepare for dev release
All checks were successful
Deploy Astro / Build and Deploy (push) Successful in 52s

This commit is contained in:
2024-01-06 14:01:21 +01:00
parent 4e1c63ade5
commit bde27d0329
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ name: Deploy Astro
on:
push:
branches:
- astro
- dev
jobs:
build-and-deploy:
@ -26,6 +26,6 @@ jobs:
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
source: "dist/*"
target: /var/www/website/astro
target: /var/www/website/dev
overwrite: true
strip_components: 1