Skip to content

Commit f7a78b5

Browse files
committed
write env file
1 parent 4b0307a commit f7a78b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-build-web.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ jobs:
2323

2424
- name: Set up Docker Buildx
2525
uses: docker/setup-buildx-action@v3
26+
27+
- name: Create .env file
28+
run: |
29+
echo "WEB_URL=http://localhost:3000" > .env
30+
echo "NEXT_PUBLIC_CAP_AWS_BUCKET=capso" >> .env
31+
echo "NEXT_PUBLIC_CAP_AWS_REGION=us-east-1" >> .env
32+
cat .env
2633
2734
- name: Login to GitHub Container Registry
2835
uses: docker/login-action@v3

0 commit comments

Comments
 (0)