Skip to content

Commit

Permalink
Fix migrate job using old definition (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmihalik authored Nov 24, 2024
1 parent bf37733 commit bde608c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/migrate-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
ssh_private_key: ${{ secrets.WEBSTROM_DEPLOY_SSH_PRIVATE_KEY }}
ssh_public_key: ${{ secrets.WEBSTROM_DEPLOY_SSH_PUBLIC_KEY }}
stack_file_name: deployment/compose-test.yaml
args: run --rm webstrom-backend python manage.py migrate --noinput
args: run --build --rm webstrom-backend python manage.py migrate --noinput

0 comments on commit bde608c

Please sign in to comment.