Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Sep 13, 2023
1 parent b643826 commit 14f41aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
run:
working-directory: deployment

outputs:
encrypted_tf_outputs: ${{ steps.tf-output.outputs.encrypted_tf_outputs }}

container:
image: hashicorp/terraform:1.4.0
env:
Expand All @@ -39,7 +36,7 @@ jobs:
TF_VAR_scaleway_secret_key: ${{ secrets.SCALEWAY_SECRET_KEY }}
TF_VAR_environment_name: ${{ vars.ENVIRONMENT_NAME }}
TF_VAR_airflow_admin_password: ${{ secrets.AIRFLOW_ADMIN_PASSWORD }}
ENV: ${{ vars.TF_VAR_ENVIRONMENT_NAME }}
ENV: ${{ vars.ENVIRONMENT_NAME }}
volumes:
- .:/deployment
options: --workdir /deployment
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ x-airflow-common:
&airflow-common-environment
AIRFLOW__CORE__DEFAULT_TIMEZONE: Europe/Paris
AIRFLOW__CORE__EXECUTOR: LocalExecutor
# AIRFLOW__CORE__FERNET_KEY:
# AIRFLOW__CORE__FERNET_KEY: # TODO
AIRFLOW__CORE__LOAD_EXAMPLES: 'false'
AIRFLOW__CORE__LOAD_DEFAULT_CONNECTIONS: 'false'
AIRFLOW__DATABASE__SQL_ALCHEMY_CONN: postgresql://airflow:airflow@airflow-db:5432/airflow
Expand Down

0 comments on commit 14f41aa

Please sign in to comment.