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 4646 with :
4747 username : ${{ secrets.DOCKERHUB_USERNAME }}
4848 password : ${{ secrets.DOCKERHUB_TOKEN }}
49+ - name : Make env file for production
50+ uses : SpicyPizza/create-envfile@v2.0
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
4959 - name : Build and push
5060 uses : docker/build-push-action@v6
5161 with :
Original file line number Diff line number Diff line change @@ -25,4 +25,6 @@ coverage
2525* .sw ?
2626
2727src /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