fix(actions): change the meli url
This commit is contained in:
parent
1d502bbbe8
commit
4844f5892c
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ jobs:
|
|||
echo "${YELLOW}Deploying to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$CI_ACTION_REF_NAME_SLUG${YELLOW}...\n"
|
||||
|
||||
npx -p "@getmeli/cli" meli upload ./site \
|
||||
--url "https://pages.coastalcommits.com" \
|
||||
--url "https://meli.csw.im" \
|
||||
--site "${{ vars.MELI_SITE_ID }}" \
|
||||
--token "${{ secrets.MELI_TOKEN }}" \
|
||||
--release "$CI_ACTION_REF_NAME_SLUG/${{ env.GITHUB_SHA }}" \
|
||||
|
|
Loading…
Add table
Reference in a new issue