fix DB_URL typo
This commit is contained in:
parent
33c598c9af
commit
f59efc533e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
IMAGE_PATH: ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}:latest
|
||||
APP_NAME: ${{ secrets.DOCKER_REPOSITORY }}
|
||||
PORT: ${{ secrets.PORT }}
|
||||
DB_RUL: ${{ secrets.DB_URL }}
|
||||
DB_URL: ${{ secrets.DB_URL }}
|
||||
with:
|
||||
host: ${{ secrets.DO_HOST }}
|
||||
username: ${{ secrets.DO_USERNAME }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue