net186-as-set/.drone.yml

25 lines
423 B
YAML
Raw Permalink Normal View History

2023-03-04 19:24:08 +00:00
kind: pipeline
type: docker
name: updateASSETs
platform:
os: linux
arch: arm64
trigger:
branch:
- master
steps:
- name: deploy
image: node:lts-alpine
environment:
RIPE_PASSWORD:
from_secret: ripe_password
2023-03-05 08:00:45 +00:00
PDB_TOKEN:
from_secret: pdb_token
2023-03-04 19:24:08 +00:00
commands:
- apk add bgpq4 --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
- yarn
- yarn deploy