From f6e04f3675319c2376a529cb9380df75d5de8b9e Mon Sep 17 00:00:00 2001 From: Lorezz Date: Tue, 3 Dec 2024 17:15:59 +0100 Subject: [PATCH] fix deploy task name --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a6f8ed4..1158f4c7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,6 +22,6 @@ jobs: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/italia/publiccode-editor.git echo publiccode-editor.developers.italia.it > dist/CNAME - npm run deploy -m "Automated deployment: ${CIRCLE_SHA1} [ci skip]" + npm run gdeploy -m "Automated deployment: ${CIRCLE_SHA1} [ci skip]" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}