1 Commits
Author SHA1 Message Date
Daniel Kluge 70d36750bd Update pipeline for dev
Deploy Dev Website / Build and Deploy (push) Failing after 39s
2026-08-29 16:55:55 +02:00
+10 -10
View File
@@ -9,16 +9,16 @@ jobs:
name: Build and Deploy name: Build and Deploy
runs-on: ubuntu-latest runs-on: ubuntu-latest
services: # services:
mermaid: # mermaid:
image: yuzutech/kroki-mermaid # image: yuzutech/kroki-mermaid
kroki: # kroki:
image: yuzutech/kroki # image: yuzutech/kroki
env: # env:
KROKI_MERMAID_HOST: mermaid # KROKI_MERMAID_HOST: mermaid
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v3
name: Checkout code name: Checkout code
- name: Setup node and npm - name: Setup node and npm
@@ -31,8 +31,8 @@ jobs:
- name: Check and build - name: Check and build
run: npm run build run: npm run build
env: # env:
KROKI_SERVER: "http://kroki:8000" # KROKI_SERVER: "http://kroki:8000"
- name: Copy files via ssh - name: Copy files via ssh
uses: appleboy/scp-action@v1 uses: appleboy/scp-action@v1