fix(workflow): fixed echos
This commit is contained in:
parent
44ecbce671
commit
ab5eff0e5c
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ jobs:
|
||||||
release="$(basename "${{ github.ref }}")"
|
release="$(basename "${{ github.ref }}")"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "${YELLOW}Deploying to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$release..."
|
echo "${YELLOW}Deploying to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$release${YELLOW}...\n"
|
||||||
|
|
||||||
npx -p "@getmeli/cli" meli upload ./site \
|
npx -p "@getmeli/cli" meli upload ./site \
|
||||||
--url "https://pages.coastalcommits.com" \
|
--url "https://pages.coastalcommits.com" \
|
||||||
|
@ -69,7 +69,7 @@ jobs:
|
||||||
--release "$release/$(git rev-parse HEAD)" \
|
--release "$release/$(git rev-parse HEAD)" \
|
||||||
--branch "$release"
|
--branch "$release"
|
||||||
|
|
||||||
echo -e "${YELLOW}Deployed to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$release!"
|
echo "\n${YELLOW}Deployed to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$release${YELLOW}!"
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
Loading…
Reference in a new issue