(chore) Added script to migrate on Jenkins

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-06-18 16:53:02 +01:00
parent 17d8746767
commit e9bc78e9ff
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
2 changed files with 15 additions and 0 deletions

14
.runner Normal file
View file

@ -0,0 +1,14 @@
{
"WARNING": "This file is automatically generated by act-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner.",
"id": 1,
"uuid": "174b9b82-0e04-44fe-a2b4-025557d65c60",
"name": "Louiss-MBP.lan",
"token": "e043b8b3e648abb069765370c25f09fbd24aecec",
"address": "https://git.ludoviko.ch/",
"labels": [
"ubuntu-latest:docker://node:16-bullseye",
"ubuntu-22.04:docker://node:16-bullseye",
"ubuntu-20.04:docker://node:16-bullseye",
"ubuntu-18.04:docker://node:16-buster"
]
}

View file

@ -10,6 +10,7 @@
"build:changelog": "npx @discordx/changelog --src src",
"dev": "node --loader ts-node/esm src/main.ts",
"start": "node build/main.js",
"db:deploy": "prisma migrate deploy",
"watch": "nodemon --exec ts-node-esm src/main.ts"
},
"dependencies": {