Skip to content

Commit

Permalink
Merge pull request #12 from dami-pie/infra/docker
Browse files Browse the repository at this point in the history
bug: modifica o caminho do comando para o correto
  • Loading branch information
erick-andrade1 committed Jun 12, 2023
2 parents 61b2aa9 + 5aebf7e commit bccff27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: |
cd /home/napi
cd /home/dami/napi
git pull
MYSQL_USER=${{ secrets.MYSQL_USER }} \
MYSQL_PASSWORD=${{ secrets.MYSQL_PASSWORD }} \
Expand Down

0 comments on commit bccff27

Please sign in to comment.