Skip to content

Commit 665aa4d

Browse files
author
Ilya Lityuga
committed
🪲added path to the library as env variable
1 parent b4fd1c1 commit 665aa4d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PORT=8000
1+
SE_EPHE_PATH: ./data

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
image: "${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/my-rep/skylarmay-api:${{ github.sha }}"
5252
service: "${{ env.SERVICE }}"
5353
region: "${{ env.REGION }}"
54+
env_vars_file: .env
5455
flags: '--port=8000 --allow-unauthenticated'
5556

5657
# If required, use the Cloud Run url output in later steps

0 commit comments

Comments
 (0)