Test
All checks were successful
Deploy Snowball frontend / deploy (20.x) (push) Successful in 19s

This commit is contained in:
Prathamesh Musale 2024-11-06 14:01:02 +05:30
parent 186c9bd7ee
commit f38cd6d861
2 changed files with 14 additions and 9 deletions

View File

@ -4,10 +4,11 @@ on:
push:
branches:
- main
- '*'
env:
REGISTRY_USER_KEY: ${{ secrets.REGISTRY_USER_KEY }}
REGISTRY_BOND_ID: ${{ secrets.REGISTRY_BOND_ID }}
REGISTRY_USER_KEY: example-user-key #${{ secrets.REGISTRY_USER_KEY }}
REGISTRY_BOND_ID: example-bond-id # ${{ secrets.REGISTRY_BOND_ID }}
DEPLOYER_LRN: lrn://vaasl-provider/deployers/webapp-deployer-api.apps.vaasl.io
AUTHORITY: laconic-deploy
@ -27,14 +28,14 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Download yarn
run: |
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
# - name: Download yarn
# run: |
# 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
- name: Install dependencies
run: |
yarn install
# - name: Install dependencies
# run: |
# yarn install
- name: Set up environment
run: |

View File

@ -5,6 +5,10 @@ echo "Using REGISTRY_BOND_ID: $REGISTRY_BOND_ID"
echo "Using DEPLOYER_LRN: $DEPLOYER_LRN"
echo "Using AUTHORITY: $AUTHORITY"
cat config.yml
exit 0
# Repository URL
REPO_URL="https://git.vdb.to/cerc-io/snowballtools-base"