*Temp disable steps, debug
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Derrick Hammer 2022-12-13 08:46:01 -05:00
parent 724a0f0135
commit 15c127f26b
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 33 additions and 33 deletions

View File

@ -1,37 +1,37 @@
pipeline: pipeline:
build: # build:
image: git.lumeweb.com/lumeweb/ci-node # image: git.lumeweb.com/lumeweb/ci-node
commands: # commands:
- yarn # - yarn
- yarn build # - yarn build
package: # package:
image: ghcr.io/goreleaser/nfpm # image: ghcr.io/goreleaser/nfpm
commands: # commands:
- nfpm pkg --packager deb # - nfpm pkg --packager deb
publish_focal: # publish_focal:
image: git.lumeweb.com/lumeweb/aptly-publisher # image: git.lumeweb.com/lumeweb/aptly-publisher
settings: # settings:
apt_username: # apt_username:
from_secret: APT_USERNAME # from_secret: APT_USERNAME
apt_password: # apt_password:
from_secret: APT_PASSWORD # from_secret: APT_PASSWORD
repo: apt.web3relay.io # repo: apt.web3relay.io
folder: ubuntu # folder: ubuntu
distro: focal # distro: focal
gpg_password: # gpg_password:
from_secret: GPG_PASSWORD # from_secret: GPG_PASSWORD
publish_jammy: # publish_jammy:
image: git.lumeweb.com/lumeweb/aptly-publisher # image: git.lumeweb.com/lumeweb/aptly-publisher
settings: # settings:
apt_username: # apt_username:
from_secret: APT_USERNAME # from_secret: APT_USERNAME
apt_password: # apt_password:
from_secret: APT_PASSWORD # from_secret: APT_PASSWORD
repo: apt.web3relay.io # repo: apt.web3relay.io
folder: ubuntu # folder: ubuntu
distro: jammy # distro: jammy
gpg_password: # gpg_password:
from_secret: GPG_PASSWORD # from_secret: GPG_PASSWORD
purge_cdn: purge_cdn:
image: git.lumeweb.com/lumeweb/do-cdn-purge image: git.lumeweb.com/lumeweb/do-cdn-purge
settings: settings: