misc(workflow): added logging for the deployment step
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 59s
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 59s
This commit is contained in:
parent
828c8a540d
commit
b21b783aa6
1 changed files with 4 additions and 0 deletions
|
@ -53,11 +53,15 @@ jobs:
|
|||
release="${{ github.ref }}"
|
||||
fi
|
||||
|
||||
echo "Deploying to Meli on branch $release"
|
||||
|
||||
npx -p "@getmeli/cli" meli upload ./site \
|
||||
--url "http://pages.coastalcommits.com" \
|
||||
--site "${{ variables.MELI_SITE }}" \
|
||||
--token "${{ secrets.MELI_SITE_SECRET }}" \
|
||||
--release "$release"
|
||||
|
||||
echo "Deployed to Meli on branch $release"
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Reference in a new issue