Add workflow for stable
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Deploy Astro
|
||||
name: Deploy Dev Website
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@@ -9,13 +9,13 @@ jobs:
|
||||
name: Build and Deploy
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
services:
|
||||
mermaid:
|
||||
image: yuzutech/kroki-mermaid
|
||||
kroki:
|
||||
image: yuzutech/kroki
|
||||
env:
|
||||
KROKI_MERMAID_HOST: mermaid
|
||||
# services:
|
||||
# mermaid:
|
||||
# image: yuzutech/kroki-mermaid
|
||||
# kroki:
|
||||
# image: yuzutech/kroki
|
||||
# env:
|
||||
# KROKI_MERMAID_HOST: mermaid
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -41,6 +41,6 @@ jobs:
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
source: "dist/*"
|
||||
target: /srv/website/dev
|
||||
target: /srv/website/stable
|
||||
overwrite: true
|
||||
strip_components: 1
|
||||
|
||||
Reference in New Issue
Block a user