Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jibin362 committed Jun 11, 2024
1 parent 87008b5 commit ca068be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ on:
- main

env:
AZURE_WEBAPP_NAMES: ${{ secrets.AZURE_WEBAPP_NAMES }}
AZURE_WEBAPP_NAMES: ["test-service", "app-service"]
AZURE_WEBAPP_SHARED_LIBS_PATH: "libs"
AZURE_WEBAPP_SERVICE_PATHS: "test-service,app-service"
AZURE_WEBAPP_PUBLISH_PROFILES: ${{ secrets.PUBLISH_PROFILE }},${{ secrets.APP_PUBLISH_PROFILE }}
AZURE_WEBAPP_SERVICE_PATHS: ["test-service", "app-service"]
AZURE_WEBAPP_PUBLISH_PROFILES:
["${{ secrets.PUBLISH_PROFILE }}", "${{ secrets.APP_PUBLISH_PROFILE }}"]

jobs:
build-and-deploy:
Expand Down

0 comments on commit ca068be

Please sign in to comment.