forgot to add -it to migration run build
Build and Push Image / build-and-push (push) Failing after 1m26s
Build and Push Image / build-and-push (push) Failing after 1m26s
This commit is contained in:
@@ -35,4 +35,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Execute Migrations
|
- name: Execute Migrations
|
||||||
run: |
|
run: |
|
||||||
docker run gitea.nelson-household.com/hard-at-work/tcg-collectors-server/tcg-collectors-server:${{ github.sha }} npm run migrate
|
docker run -it gitea.nelson-household.com/hard-at-work/tcg-collectors-server/tcg-collectors-server:${{ github.sha }} npm run migrate
|
||||||
|
|||||||
Reference in New Issue
Block a user