Update main_taw5-appsvc-jrc26.yml
This commit is contained in:
Родитель
4d642a90bd
Коммит
f0f95c5e20
|
@ -9,9 +9,16 @@ on:
|
|||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
env: # <<-- Add environment variables here
|
||||
REACT_APP_API_URL: ${{ secrets.API_URL }} # <<-- referencing the GitHub secrets
|
||||
REACT_APP_API_KEY: ${{ secrets.API_KEY }} # <<-- created in Step 2
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
|
||||
defaults: # <<-- Add default working directory
|
||||
run: # <<-- here to ensure deployment
|
||||
working-directory: ./Humongous.Healthcare.Web/ # <<-- targets correct path.
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Загрузка…
Ссылка в новой задаче