1 Commits
Author SHA1 Message Date
Daniel Kluge 2cf117f92b Update pipeline for dev
Deploy Dev Website / Build and Deploy (push) Failing after 2m22s
2026-09-04 08:09:28 +02:00
+10 -10
View File
@@ -9,16 +9,16 @@ 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@v3
- uses: actions/checkout@v7
name: Checkout code
- name: Setup node and npm
@@ -31,8 +31,8 @@ jobs:
- name: Check and build
run: npm run build
# env:
# KROKI_SERVER: "http://kroki:8000"
env:
KROKI_SERVER: "http://kroki:8000"
- name: Copy files via ssh
uses: appleboy/scp-action@v1