changed command to run instead of exec
Build and Push Image / build-and-push (push) Has been cancelled

This commit is contained in:
2026-05-12 22:50:10 -07:00
parent d47633b638
commit 5bc734a51a
+1 -1
View File
@@ -35,4 +35,4 @@ jobs:
- name: Execute Migrations
run: |
docker exec gitea.nelson-household.com/hard-at-work/tcg-collectors-server/tcg-collectors-server:${{ github.sha }} npm run migrate
docker run gitea.nelson-household.com/hard-at-work/tcg-collectors-server/tcg-collectors-server:${{ github.sha }} npm run migrate