From d83af7bf1a854e42c643cf336fa779ffbc272617 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 13 Dec 2022 08:46:59 -0500 Subject: [PATCH] Revert "*Temp disable steps, debug" This reverts commit 15c127f26beff09a12c718d9d4db6b0051b65931. --- .woodpecker.yml | 66 ++++++++++++++++++++++++------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6c5feeb..cda87a5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,37 +1,37 @@ pipeline: -# build: -# image: git.lumeweb.com/lumeweb/ci-node -# commands: -# - yarn -# - yarn build -# package: -# image: ghcr.io/goreleaser/nfpm -# commands: -# - nfpm pkg --packager deb -# publish_focal: -# image: git.lumeweb.com/lumeweb/aptly-publisher -# settings: -# apt_username: -# from_secret: APT_USERNAME -# apt_password: -# from_secret: APT_PASSWORD -# repo: apt.web3relay.io -# folder: ubuntu -# distro: focal -# gpg_password: -# from_secret: GPG_PASSWORD -# publish_jammy: -# image: git.lumeweb.com/lumeweb/aptly-publisher -# settings: -# apt_username: -# from_secret: APT_USERNAME -# apt_password: -# from_secret: APT_PASSWORD -# repo: apt.web3relay.io -# folder: ubuntu -# distro: jammy -# gpg_password: -# from_secret: GPG_PASSWORD + build: + image: git.lumeweb.com/lumeweb/ci-node + commands: + - yarn + - yarn build + package: + image: ghcr.io/goreleaser/nfpm + commands: + - nfpm pkg --packager deb + publish_focal: + image: git.lumeweb.com/lumeweb/aptly-publisher + settings: + apt_username: + from_secret: APT_USERNAME + apt_password: + from_secret: APT_PASSWORD + repo: apt.web3relay.io + folder: ubuntu + distro: focal + gpg_password: + from_secret: GPG_PASSWORD + publish_jammy: + image: git.lumeweb.com/lumeweb/aptly-publisher + settings: + apt_username: + from_secret: APT_USERNAME + apt_password: + from_secret: APT_PASSWORD + repo: apt.web3relay.io + folder: ubuntu + distro: jammy + gpg_password: + from_secret: GPG_PASSWORD purge_cdn: image: git.lumeweb.com/lumeweb/do-cdn-purge settings: