50 lines
1.5 KiB
YAML
50 lines
1.5 KiB
YAML
pipeline:
|
|
build:
|
|
image: git.lumeweb.com/lumeweb/ci-node
|
|
commands:
|
|
- corepack enable
|
|
- corepack prepare yarn@stable --activate
|
|
- 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_do_cdn:
|
|
image: git.lumeweb.com/lumeweb/do-cdn-purge
|
|
settings:
|
|
DIGITALOCEAN_ACCESS_TOKEN:
|
|
from_secret: digitalocean_access_token
|
|
DIGITALOCEAN_CDN_ID:
|
|
from_secret: digitalocean_cdn_id
|
|
purge_cf_cdn:
|
|
image: git.lumeweb.com/lumeweb/cf-cdn-purge
|
|
settings:
|
|
CLOUDFLARE_ACCESS_TOKEN:
|
|
from_secret: cloudflare_access_token
|
|
DOMAIN: web3relay.io
|