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

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

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- '*'
env:
REGISTRY_USER_KEY: ${{ secrets.REGISTRY_USER_KEY }}

View File

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