Skip to content

Commit

Permalink
allow prefect key/workspace as environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Feb 22, 2024
1 parent 94040e5 commit 6c7c804
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions anonimisation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ ENV BLACKBAR_DB_PASSWORD="provide-supersecret-password"
##
# Login + indicate under which workspace this project is run
ARG PREFECT_API_KEY="provide-prefect-api-key"
ENV PREFECT_API_KEY=${PREFECT_API_KEY}
ARG PREFECT_WORKSPACE="blackbar/data-flows"
ENV PREFECT_WORKSPACE=${PREFECT_WORKSPACE}
ENV PREFECT_WORKQUEUE="blackbar-test"
#RUN echo 'cloud' | prefect cloud login --key ${PREFECT_API_KEY} --workspace ${PREFECT_WORKSPACE}

Expand Down

0 comments on commit 6c7c804

Please sign in to comment.