TelegramRSS/.drone.yml
Fabian Stamm 5a128835b6
Some checks failed
continuous-integration/drone/push Build is failing
Change CI to use yarn instead of npm
2023-04-12 22:20:21 +02:00

21 lines
423 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: Build with node
image: node:19
commands:
- yarn install
- yarn build
- name: Publish to docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
auto_tag: true
repo: docker.hibas123.de/telegram-rss
registry: docker.hibas123.de