Skip to content

Commit 24102c9

Browse files
committed
fix(ci): adding soft serve volume permissions
1 parent 4879c54 commit 24102c9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

hack/soft-serve/start.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ ssh-keygen -t ed25519 -N '' -f $BASE/hack/soft-serve/ssh-key
3030
# set config vars
3131
export SOFT_SERVE_INITIAL_ADMIN_KEYS=$(cat $BASE/hack/soft-serve/ssh-key.pub)
3232

33+
mkdir -p $BASE/hack/soft-serve/data
34+
chmod 700 $BASE/hack/soft-serve/data
35+
3336
docker compose -f $BASE/hack/soft-serve/docker-compose.yml up -d
3437

3538
sleep 1

0 commit comments

Comments
 (0)