Skip to content

Commit 072946a

Browse files
committed
wip
1 parent 3ddcd38 commit 072946a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
workload_identity_provider: ${{ secrets.GOOGLE_CLOUD_WORKLOAD_IDENTITY_PROVIDER }}
2929
service_account: ${{ secrets.GOOGLE_CLOUD_SERVICE_ACCOUNT }}
3030

31+
- name: Place .env
32+
run: echo ${{ secrets.ENV }} | base64 -d > .env
33+
3134
- name: Build Docker image
3235
run: |
3336
docker build --platform linux/amd64 \

0 commit comments

Comments
 (0)