Skip to content

Commit

Permalink
fix(scalingo): remove extra newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Oct 23, 2023
1 parent f1d51d9 commit 596797f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pipeline/Procfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# The `DATABASE_URL` env var is automatically set by Scalingo and uses the depreciated
# scheme `postgres://`. Therefore it is replaced.

web: env \
AIRFLOW__API__AUTH_BACKENDS=airflow.api.auth.backend.basic_auth \
AIRFLOW__DATABASE__SQL_ALCHEMY_CONN="${DATABASE_URL/postgres\:\/\//postgresql\:\/\/}" \
airflow webserver --port "${PORT}"

postdeploy: env \
AIRFLOW__DATABASE__SQL_ALCHEMY_CONN="${DATABASE_URL/postgres\:\/\//postgresql\:\/\/}" \
airflow db migrate

scheduler: env \
AIRFLOW_HOME=./airflow \
AIRFLOW__DATABASE__SQL_ALCHEMY_CONN="${DATABASE_URL/postgres\:\/\//postgresql\:\/\/}" \
Expand Down

0 comments on commit 596797f

Please sign in to comment.