From 15906605a8a8c0202975b3c0212e9ac7eedfb21f Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 13 Feb 2023 18:00:02 +0530 Subject: [PATCH] fix: CI: publishing branch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8831f61..aaa689b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ ci-deploy: ## Deploy from CI/CD. Only call from within CI fi git config --global user.email "${CI_COMMIT_AUTHOR_EMAIL}" git config --global user.name "${CI_COMMIT_AUTHOR}" - ./scripts/hugo.sh deploy librepages public "${CI_COMMIT_AUTHOR} <${CI_COMMIT_AUTHOR_EMAIL}>" + ./scripts/hugo.sh deploy librepages-mcaptcha-io public "${CI_COMMIT_AUTHOR} <${CI_COMMIT_AUTHOR_EMAIL}>" ./scripts/ci.sh --init "$$FORGEJO_WRITE_DEPLOY_KEY" cat /tmp/ci-ssh-id ./scripts/ci.sh --deploy ${LIBREPAGES_DEPLOY_SECRET_MCAPTCHA_IO} librepages-mcaptcha-io