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
|
||||
include:
|
||||
- site: "harbor"
|
||||
dest: /var/www/harbor
|
||||
secret_key: "CONFIG_HARBOR"
|
||||
- site: "test"
|
||||
dest: /var/www/crashtest
|
||||
secret_key: "CONFIG_TEST"
|
||||
# - site: "harbor"
|
||||
# dest: /var/www/harbor
|
||||
# secret_key: "CONFIG_HARBOR"
|
||||
# - site: "atlantis"
|
||||
# dest: /var/www/atlantis
|
||||
# secret_key: "CONFIG_ATLANTIS"
|
||||
|
|
@ -37,6 +40,7 @@ jobs:
|
|||
CONF: ${{ secrets[matrix.secret_key] }}
|
||||
run: |
|
||||
echo "$CONF" > src/data/content.json
|
||||
echo "$CONF"
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue