File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 46
46
with :
47
47
username : ${{ secrets.DOCKERHUB_USERNAME }}
48
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
49
59
- name : Build and push
50
60
uses : docker/build-push-action@v6
51
61
with :
Original file line number Diff line number Diff line change @@ -25,4 +25,6 @@ coverage
25
25
* .sw ?
26
26
27
27
src /graphql /* .ts
28
- src /graphql /* .js
28
+ src /graphql /* .js
29
+
30
+ .env. *
You can’t perform that action at this time.
0 commit comments