parent
15c127f26b
commit
d83af7bf1a
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue