From de965eed7fd03a56721c4ecb19c9bee7dd63c01e Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 13 Feb 2023 17:28:10 +0530 Subject: [PATCH] feat: use librepages --- .woodpecker.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index eaabce7..8014018 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,7 @@ pipeline: image: python when: event: [ push, pull_request, tag, deployment ] - branch: master + branch: mcaptcha-io commands: - curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &&\ - apt update && apt-get -y --no-install-recommends install nodejs tar gpg curl wget diff --git a/Makefile b/Makefile index f0451e0..8831f61 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ ci-deploy: ## Deploy from CI/CD. Only call from within CI ./scripts/hugo.sh deploy librepages 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} librepages + ./scripts/ci.sh --deploy ${LIBREPAGES_DEPLOY_SECRET_MCAPTCHA_IO} librepages-mcaptcha-io ./scripts/ci.sh --clean env: ## Download build dependencies and setup dev environment