Skip to content

Commit

Permalink
Revert "Fix migrate job using old definition (#457)" (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmihalik authored Nov 24, 2024
1 parent bde608c commit eb6458c
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 --build --rm webstrom-backend python manage.py migrate --noinput
args: run --rm webstrom-backend python manage.py migrate --noinput

0 comments on commit eb6458c

Please sign in to comment.