Skip to content

Commit

Permalink
use localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemtam committed Dec 1, 2023
1 parent 7b0d587 commit 136d4ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/providers-sequelize-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ jobs:
with:
dir: 'file://providers/sequelize/migrations'
dir-name: 'sequelize'
dev-url: 'mysql://root:pass@mysql:3306/dev'
dev-url: "mysql://root:pass@localhost:3306/dev"
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: ariga/atlas-action/migrate/push@v1
if: github.ref == 'refs/heads/master'
with:
dir: 'file://atlashcl/gcp-secrets/migrations'
dir-name: 'sequelize'
dev-url: 'mysql://root:pass@mysql:3306/dev'
dev-url: "mysql://root:pass@localhost:3306/dev"



0 comments on commit 136d4ac

Please sign in to comment.