CI fix tentative #6
This commit is contained in:
parent
04da5d6ec6
commit
20bd58d440
1 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue