Prepare for dev release
All checks were successful
Deploy Astro / Build and Deploy (push) Successful in 52s
All checks were successful
Deploy Astro / Build and Deploy (push) Successful in 52s
This commit is contained in:
parent
4e1c63ade5
commit
bde27d0329
@ -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
|
@ -13,7 +13,7 @@ interface Props {
|
||||
}
|
||||
|
||||
const { title, srcPath, published, moreLinks } = Astro.props;
|
||||
const gitUrl = `https://git.c0ntroller.de/c0ntroller/frontpage/src/branch/astro/src/content/${srcPath}`
|
||||
const gitUrl = `https://git.c0ntroller.de/c0ntroller/frontpage/src/branch/dev/src/content/${srcPath}`
|
||||
---
|
||||
|
||||
<Layout title={title} showAfterMain={Astro.slots.has("footer-nav")}>
|
||||
|
Loading…
Reference in New Issue
Block a user