mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2025-04-11 04:50:56 +00:00
Fix ref for actions/meli-deploy
This commit is contained in:
parent
c986f650a1
commit
c24ca3a4cc
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@ jobs:
|
|||
- name: Build site
|
||||
run: make build
|
||||
- name: Deploy site
|
||||
uses: actions/meli-deploy@mail
|
||||
uses: actions/meli-deploy@main
|
||||
with:
|
||||
action: release
|
||||
meliUrl: https://meli.mills.io
|
||||
meliSiteId: ${{ secrets.MELI_SITE_ID }}
|
||||
meliSiteToken: ${{ secrets.MELI_SITE_TOKEN }}
|
||||
buildFolder: .pub
|
||||
buildFolder: .pub
|
||||
|
|
Loading…
Add table
Reference in a new issue