Skip to content

Commit

Permalink
Merge pull request #113 from Studio-Yandex-Practicum/fix/added_env_var
Browse files Browse the repository at this point in the history
Rename, cuz already existed
  • Loading branch information
NiKuma0 authored Dec 2, 2023
2 parents c4de060 + c113568 commit 835cd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
mv docker-compose.prod.yml docker-compose.yaml
rm -f .env
cat > .env <<- EOM
HOST=${{ secrets.HOST }}
HOST=${{ secrets.BOT_HOST }}
POSTGRES_DB=${{ secrets.POSTGRES_DB }}
POSTGRES_USER=${{ secrets.POSTGRES_USER }}
POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}
Expand Down

0 comments on commit 835cd94

Please sign in to comment.