Update master_push.yml
This commit is contained in:
8
.github/workflows/master_push.yml
vendored
8
.github/workflows/master_push.yml
vendored
@@ -35,17 +35,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: ${{ github.workspace }}/${{ matrix.app }}/appsettings.json
|
files: ${{ github.workspace }}/${{ matrix.app }}/appsettings.json
|
||||||
env:
|
env:
|
||||||
ConnectionStrings.Default: ${{ secrets.CONNECTION_STRING }}
|
ConnectionStrings.Database: ${{ secrets.CONNECTION_STRING }}
|
||||||
RootUser.Email: ${{ secrets.ROOT_EMAIL }}
|
Authentication.JWT.Key: ${{ secrets.KEY }}
|
||||||
RootUser.Password: ${{ secrets.ROOT_PASSWORD }}
|
|
||||||
Authentication.Key: ${{ secrets.KEY }}
|
|
||||||
- name: App Settings Variable Substitution for WatchIt.Website
|
- name: App Settings Variable Substitution for WatchIt.Website
|
||||||
uses: microsoft/variable-substitution@v1
|
uses: microsoft/variable-substitution@v1
|
||||||
if: ${{ matrix.app == 'WatchIt.Website' }}
|
if: ${{ matrix.app == 'WatchIt.Website' }}
|
||||||
with:
|
with:
|
||||||
files: ${{ github.workspace }}/${{ matrix.app }}/appsettings.json
|
files: ${{ github.workspace }}/${{ matrix.app }}/appsettings.json
|
||||||
env:
|
env:
|
||||||
Endpoints.Base: ${{ secrets.API_URL }}
|
Clients.BaseAddress: ${{ secrets.API_URL }}
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
|
|||||||
Reference in New Issue
Block a user