forked from cerc-io/snowballtools-base
This commit is contained in:
parent
186c9bd7ee
commit
f38cd6d861
@ -4,10 +4,11 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- '*'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY_USER_KEY: ${{ secrets.REGISTRY_USER_KEY }}
|
REGISTRY_USER_KEY: example-user-key #${{ secrets.REGISTRY_USER_KEY }}
|
||||||
REGISTRY_BOND_ID: ${{ secrets.REGISTRY_BOND_ID }}
|
REGISTRY_BOND_ID: example-bond-id # ${{ secrets.REGISTRY_BOND_ID }}
|
||||||
DEPLOYER_LRN: lrn://vaasl-provider/deployers/webapp-deployer-api.apps.vaasl.io
|
DEPLOYER_LRN: lrn://vaasl-provider/deployers/webapp-deployer-api.apps.vaasl.io
|
||||||
AUTHORITY: laconic-deploy
|
AUTHORITY: laconic-deploy
|
||||||
|
|
||||||
@ -27,14 +28,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- name: Download yarn
|
# - name: Download yarn
|
||||||
run: |
|
# run: |
|
||||||
curl -fsSL -o /usr/local/bin/yarn https://github.com/yarnpkg/yarn/releases/download/v1.22.21/yarn-1.22.21.js
|
# curl -fsSL -o /usr/local/bin/yarn https://github.com/yarnpkg/yarn/releases/download/v1.22.21/yarn-1.22.21.js
|
||||||
chmod +x /usr/local/bin/yarn
|
# chmod +x /usr/local/bin/yarn
|
||||||
|
|
||||||
- name: Install dependencies
|
# - name: Install dependencies
|
||||||
run: |
|
# run: |
|
||||||
yarn install
|
# yarn install
|
||||||
|
|
||||||
- name: Set up environment
|
- name: Set up environment
|
||||||
run: |
|
run: |
|
||||||
|
@ -5,6 +5,10 @@ echo "Using REGISTRY_BOND_ID: $REGISTRY_BOND_ID"
|
|||||||
echo "Using DEPLOYER_LRN: $DEPLOYER_LRN"
|
echo "Using DEPLOYER_LRN: $DEPLOYER_LRN"
|
||||||
echo "Using AUTHORITY: $AUTHORITY"
|
echo "Using AUTHORITY: $AUTHORITY"
|
||||||
|
|
||||||
|
cat config.yml
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
||||||
# Repository URL
|
# Repository URL
|
||||||
REPO_URL="https://git.vdb.to/cerc-io/snowballtools-base"
|
REPO_URL="https://git.vdb.to/cerc-io/snowballtools-base"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user