mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +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 }}
|
AWS_REGION: ${{ secrets.DEV_AWS_REGION }}
|
||||||
DEV_DB_HOST: ${{ secrets.DEV_DB_HOST }}
|
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:
|
steps:
|
||||||
- name: Determine stage from branch
|
- name: Determine stage from branch
|
||||||
id: set-stage
|
id: set-stage
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue