fix(workflow): removing some echos
This commit is contained in:
parent
760ece280a
commit
9e73029fc2
1 changed files with 3 additions and 2 deletions
|
@ -52,15 +52,16 @@ jobs:
|
|||
else
|
||||
release="${{ github.ref }}"
|
||||
fi
|
||||
echo "github.base_ref = ${{ github.base_ref }}"
|
||||
echo "github.ref = ${{ github.ref }}"
|
||||
|
||||
echo "Deploying to Meli on branch $release"
|
||||
|
||||
npx -p "@getmeli/cli" meli upload ./site \
|
||||
--url "http://pages.coastalcommits.com" \
|
||||
--site "${{ vars.MELI_SITE_ID }}" \
|
||||
--token "${{ secrets.MELI_SITE_SECRET }}" \
|
||||
--release "$release/${{ GITEA_SHA }}" \
|
||||
--branch "$release"
|
||||
|
||||
echo "Deployed to Meli on branch $release"
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||
|
|
Loading…
Reference in a new issue