changed command to run instead of exec
Build and Push Image / build-and-push (push) Has been cancelled
Build and Push Image / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user