Skip to content

Commit

Permalink
rc18
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Jul 11, 2024
1 parent ee05d59 commit 3e40979
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: package-lock.json

build-and-deploy:
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v1.1.1-rc17
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v1.1.1-rc18
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}
Expand All @@ -32,4 +32,5 @@ jobs:
application-type: ui
azure-app-base-name: clearlydefined
azure-app-name-postfix: -dev
docker-build-args: "REACT_APP_SERVER=https://dev.clearlydefined.io"
docker-build-args: |
REACT_APP_SERVER="https://dev.clearlydefined.io"

0 comments on commit 3e40979

Please sign in to comment.