File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 77 branches : [master]
88
99jobs :
10+ upload-package-lock-json :
11+ name : Upload package-lock.json from this repo
12+ runs-on : ubuntu-latest
13+ steps :
14+ - name : Checkout
15+ 16+
17+ - name : Upload package-lock.json
18+ uses : actions/upload-artifact@v4
19+ with :
20+ name : package-lock.json
21+ path : package-lock.json
22+
1023 build-and-deploy :
11- uses :
clearlydefined/operations/.github/workflows/[email protected] 24+ name : Build and Deploy
25+ needs : upload-package-lock-json
26+ uses :
clearlydefined/operations/.github/workflows/[email protected] 1227 secrets :
1328 AZURE_CREDENTIALS : ${{ secrets.AZURE_CREDENTIALS }}
1429 AZURE_WEBAPP_PUBLISH_PROFILE : ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}
1934 application-type : ui
2035 azure-app-base-name : clearlydefined
2136 azure-app-name-postfix : -dev
37+ docker-build-args : |
38+ REACT_APP_SERVER="https://dev-api.clearlydefined.io"
39+ REACT_APP_GA_TRACKINGID="${{ secrets.REACT_APP_GA_TRACKINGID_DEV }}"
You can’t perform that action at this time.
0 commit comments