Use /tmp for running dbmate
All checks were successful
deliver / deliver (push) Successful in 2m6s

This commit is contained in:
Paul Brinkmeier 2025-10-07 16:48:53 +02:00
parent 94ede9a168
commit 2dacd4f747
2 changed files with 5 additions and 4 deletions

View File

@ -76,12 +76,13 @@
text = ''
set -Eeuo pipefail
mkdir -p /workspace/db
cp -r ${./db}/* /workspace/db
cd /workspace
mkdir -p /tmp/yore-workspace/db
cp -r ${./db}/* /tmp/yore-workspace/db
cd /tmp/yore-workspace/db
dbmate up
# Replace bash and inherit PID 1
cd /
exec yore
'';
};

View File

@ -1,7 +1,7 @@
cabal-version: 3.4
name: yore
version: 0.0.5
version: 0.0.6
author: Paul Brinkmeier
maintainer: hallo@pbrinkmeier.de
copyright: 2023 Paul Brinkmeier