Skip to content

Commit

Permalink
Update deploy-development.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tylovejoy authored May 8, 2024
1 parent cebb275 commit e5e9b04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
environment: dev
env:
TOKEN: ${{ secrets.TOKEN }}
LOGGING_URL: ${{ secrets.LOGGING_URL }}
PSQL_EXPOSE_PORT: ${{ secrets.PSQL_EXPOSE_PORT }}
PSQL_PASSWORD: ${{ secrets.PSQL_PASSWORD }}
PSQL_USER: ${{ secrets.PSQL_USER }}
PYTHON_ENV: ${{ secrets.PYTHON_ENV }}
TOKEN: ${{ env.TOKEN }}
LOGGING_URL: ${{ env.LOGGING_URL }}
PSQL_EXPOSE_PORT: ${{ env.PSQL_EXPOSE_PORT }}
PSQL_PASSWORD: ${{ env.PSQL_PASSWORD }}
PSQL_USER: ${{ env.PSQL_USER }}
PYTHON_ENV: ${{ env.PYTHON_ENV }}
steps:
# need checkout before using docker-compose-remote-action
- uses: actions/checkout@v2
Expand Down

0 comments on commit e5e9b04

Please sign in to comment.