We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42b0d7 commit ef3fd64Copy full SHA for ef3fd64
.env.production
.github/workflows/build-and-test.yml
@@ -46,6 +46,16 @@ jobs:
46
with:
47
username: ${{ secrets.DOCKERHUB_USERNAME }}
48
password: ${{ secrets.DOCKERHUB_TOKEN }}
49
+ - name: Make env file for production
50
+ uses: SpicyPizza/[email protected]
51
+ with:
52
+ envkey_VITE_APP_DOMAIN: ${{ secrets.DOCKERHUB_USERNAME }}
53
+ envkey_VITE_APP_KEYCLOAK_URL: ${{ secrets.DOCKERHUB_USERNAME }}
54
+ envkey_VITE_APP_BACKEND_URL: ${{ secrets.DOCKERHUB_USERNAME }}
55
+ directory: .
56
+ file_name: .env.production
57
+ fail_on_empty: true
58
+ sort_keys: false
59
- name: Build and push
60
uses: docker/build-push-action@v6
61
.gitignore
@@ -25,4 +25,6 @@ coverage
25
*.sw?
26
27
src/graphql/*.ts
28
-src/graphql/*.js
+src/graphql/*.js
29
+
30
+.env.*
0 commit comments