misc(workflow): added logging for the deployment step
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 59s

This commit is contained in:
Seaswimmer 2024-01-06 19:24:39 +00:00
parent 828c8a540d
commit b21b783aa6

View file

@ -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