mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
get rid of duplicagte env
This commit is contained in:
parent
6bd31bb2ae
commit
cb6f0925c1
1 changed files with 0 additions and 6 deletions
6
.github/workflows/deploy_terraform.yml
vendored
6
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -24,12 +24,6 @@ jobs:
|
|||
AWS_REGION: ${{ secrets.DEV_AWS_REGION }}
|
||||
DEV_DB_HOST: ${{ secrets.DEV_DB_HOST }}
|
||||
|
||||
env:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
|
||||
AWS_REGION: ${{ secrets.DEV_AWS_REGION }}
|
||||
DEV_DB_HOST: ${{ secrets.DEV_DB_HOST }}
|
||||
|
||||
steps:
|
||||
- name: Determine stage from branch
|
||||
id: set-stage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue