mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 20:31:17 +00:00
Test adding woodpecker plugin 1. #138
This commit is contained in:
parent
49e49b00b7
commit
fd48a42cc4
1 changed files with 19 additions and 18 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue