Skip to content

Commit

Permalink
Revert "Fix migrate job using old definition (#457)"
Browse files Browse the repository at this point in the history
This reverts commit bde608c.
  • Loading branch information
mmihalik committed Nov 24, 2024
1 parent bde608c commit 4ee920f
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 4ee920f

Please sign in to comment.