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