Aravinth Manivannan
3ef54c5c71
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
12 lines
385 B
YAML
12 lines
385 B
YAML
pipeline:
|
|
build:
|
|
image: python
|
|
when:
|
|
event: [ push, pull_request, tag, deployment ]
|
|
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
|
|
- make env
|
|
- make
|
|
- make ci-deploy
|
|
secrets: [ FORGEJO_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET ]
|