feat: use librepages
This commit is contained in:
parent
24efc5b796
commit
de965eed7f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue