File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,23 +51,23 @@ jobs:
5151 gcloud run deploy question-service \
5252 --image docker.io/${{ secrets.DOCKERHUB_USERNAME }}/question-service:latest \
5353 --region asia-southeast1 \
54- --env-file=question-service/question-service/.env
54+ --env-vars- file=question-service/question-service/.env
5555 --allow-unauthenticated
5656
5757 gcloud run deploy matching-service \
5858 --image docker.io/${{ secrets.DOCKERHUB_USERNAME }}/matching-service:latest \
5959 --region asia-southeast1 \
60- --env-file=matching-service/matching-service/.env
60+ --env-vars- file=matching-service/matching-service/.env
6161 --allow-unauthenticated
6262
6363 gcloud run deploy user-service \
6464 --image docker.io/${{ secrets.DOCKERHUB_USERNAME }}/user-service:latest \
6565 --region asia-southeast1 \
66- --env-file=user-service/user-service/.env
66+ --env-vars- file=user-service/user-service/.env
6767 --allow-unauthenticated
6868
6969 gcloud run deploy collaboration-service \
7070 --image docker.io/${{ secrets.DOCKERHUB_USERNAME }}/collaboration-service:latest \
7171 --region asia-southeast1 \
72- --env-file=collaboration-service/collaboration-service/.env
72+ --env-vars- file=collaboration-service/collaboration-service/.env
7373 --allow-unauthenticated
You can’t perform that action at this time.
0 commit comments