Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Dec 12, 2023
1 parent 19a18f2 commit 4de09bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
with:
image: schemahero/schemahero:${{ steps.dotenv.outputs.SCHEMAHERO_TAG }}
path: /schemahero
destination: .
destination: migrations

- name: template melange and apko configs
shell: bash
Expand Down
4 changes: 3 additions & 1 deletion migrations/deploy/melange.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ pipeline:
export DESTDIR="${{targets.destdir}}"
mkdir -p "${DESTDIR}"

mv migrations/tables "${DESTDIR}/tables"

# expected to have already beeen extracted from the schemahero image
mv schemahero "${DESTDIR}/schemahero"
mv migrations/schemahero "${DESTDIR}/schemahero"

0 comments on commit 4de09bc

Please sign in to comment.