Test adding woodpecker plugin 1. #138

This commit is contained in:
Dessalines 2023-03-28 09:19:16 -04:00
parent 49e49b00b7
commit fd48a42cc4

View file

@ -5,20 +5,20 @@ pipeline:
- git submodule init - git submodule init
- git submodule update --recursive - git submodule update --recursive
yarn: # yarn:
image: node:14-alpine # image: node:14-alpine
commands: # commands:
- yarn # - yarn
yarn_lint: # yarn_lint:
image: node:14-alpine # image: node:14-alpine
commands: # commands:
- yarn lint # - yarn lint
yarn_build_dev: # yarn_build_dev:
image: node:14-alpine # image: node:14-alpine
commands: # commands:
- yarn build:dev # - yarn build:dev
nightly_instance_crawl: nightly_instance_crawl:
image: node:14-alpine image: node:14-alpine
@ -31,19 +31,20 @@ pipeline:
- cron - cron
nightly_build_and_push_to_docker_hub: nightly_build_and_push_to_docker_hub:
image: plugins/docker image: woodpeckerci/plugin-docker-buildx
settings: settings:
dockerfile: Dockerfile dockerfile: Dockerfile
repo: dessalines/joinlemmy-site repo: dessalines/joinlemmy-site
tags: tag: latest
- latest
username: username:
from_secret: docker_username from_secret: docker_username
password: password:
from_secret: docker_password from_secret: docker_password
when: dry-run: true
event: platforms: linux/amd64
- cron # when:
# event:
# - cron
release_instance_crawl: release_instance_crawl:
image: node:14-alpine image: node:14-alpine