Skip to content

Commit

Permalink
Update production database host
Browse files Browse the repository at this point in the history
  • Loading branch information
vokomarov committed Sep 4, 2021
1 parent 90d9d7d commit 71a3cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: appleboy/ssh-action@master
env:
IMAGE: ${{ env.REPO }}:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
MYSQL_HOST: localhost
MYSQL_HOST: 0.0.0.0
MYSQL_PORT: 3306
MYSQL_DATABASE: ${{ secrets.MYSQL_DATABASE }}
MYSQL_USER: ${{ secrets.MYSQL_USER }}
Expand Down

0 comments on commit 71a3cc3

Please sign in to comment.