CI fix tentative #6
Some checks failed
Build and deploy all / build (push) Failing after 39s
Build and deploy all / deploy (push) Has been skipped
Build and deploy all / notify (push) Failing after 2s

This commit is contained in:
Gu://em_ 2026-03-30 18:27:50 +02:00
parent 04da5d6ec6
commit 20bd58d440

View file

@ -6,9 +6,12 @@ on:
x-site-config: &site_matrix x-site-config: &site_matrix
include: include:
- site: "harbor" - site: "test"
dest: /var/www/harbor dest: /var/www/crashtest
secret_key: "CONFIG_HARBOR" secret_key: "CONFIG_TEST"
# - site: "harbor"
# dest: /var/www/harbor
# secret_key: "CONFIG_HARBOR"
# - site: "atlantis" # - site: "atlantis"
# dest: /var/www/atlantis # dest: /var/www/atlantis
# secret_key: "CONFIG_ATLANTIS" # secret_key: "CONFIG_ATLANTIS"
@ -37,6 +40,7 @@ jobs:
CONF: ${{ secrets[matrix.secret_key] }} CONF: ${{ secrets[matrix.secret_key] }}
run: | run: |
echo "$CONF" > src/data/content.json echo "$CONF" > src/data/content.json
echo "$CONF"
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4