iceshrimp-legacy/.woodpecker/commitDatabase.yml
cutestnekoaqua 988bbedbfa
Release Candidate 1. If no furter changes
this will be v13
2022-12-16 02:09:22 +01:00

28 lines
476 B
YAML

pipeline:
migrate:
image: node:19.2.0
commands:
- cp .config/ci.yml .config/default.yml
- corepack enable
- yarn install
- yarn build
- yarn migrate
environment:
- YARN_ENABLE_IMMUTABLE_INSTALLS=false
services:
database:
image: postgres:${DATABASE}
environment:
- POSTGRES_PASSWORD=test
redis:
image: redis
matrix:
DATABASE:
- 12
- latest
branches:
include: [ master, develop, feature/* ]