Skip to content

Commit

Permalink
3.0.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
karamem0 committed Aug 29, 2024
1 parent 48ac165 commit 7eacd2f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflow.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
required: true
APP_DOMAIN_NAME:
required: true
AZURE_BOT_NAME:
AZURE_APP_SERVICE_NAME_BOT:
required: true
AZURE_FUNC_NAME:
AZURE_APP_SERVICE_NAME_FUNC:
required: true
AZURE_WEB_NAME:
AZURE_APP_SERVICE_NAME_WEB:
required: true
AZURE_CREDENTIALS:
required: true
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Deploy artifacts
uses: azure/webapps-deploy@v2
with:
app-name: ${{secrets.AZURE_WEB_NAME}}
app-name: ${{secrets.AZURE_APP_SERVICE_NAME_WEB}}
package: artifact
build-func:
environment: ${{inputs.environment}}
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Deploy artifacts
uses: azure/webapps-deploy@v2
with:
app-name: ${{secrets.AZURE_FUNC_NAME}}
app-name: ${{secrets.AZURE_APP_SERVICE_NAME_FUNC}}
package: artifact
build-bot:
environment: ${{inputs.environment}}
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
- name: Deploy artifacts
uses: azure/webapps-deploy@v2
with:
app-name: ${{secrets.AZURE_BOT_NAME}}
app-name: ${{secrets.AZURE_APP_SERVICE_NAME_BOT}}
package: artifact
build-manifest:
environment: ${{inputs.environment}}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
secrets:
APP_CLIENT_ID: ${{secrets.APP_CLIENT_ID}}
APP_DOMAIN_NAME: ${{secrets.APP_DOMAIN_NAME}}
AZURE_BOT_NAME: ${{secrets.AZURE_BOT_NAME}}
AZURE_FUNC_NAME: ${{secrets.AZURE_FUNC_NAME}}
AZURE_WEB_NAME: ${{secrets.AZURE_WEB_NAME}}
AZURE_APP_SERVICE_NAME_BOT: ${{secrets.AZURE_APP_SERVICE_NAME_BOT}}
AZURE_APP_SERVICE_NAME_FUNC: ${{secrets.AZURE_APP_SERVICE_NAME_FUNC}}
AZURE_APP_SERVICE_NAME_WEB: ${{secrets.AZURE_APP_SERVICE_NAME_WEB}}
AZURE_CREDENTIALS: ${{secrets.AZURE_CREDENTIALS}}
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
TELEMETRY_CONNECTION_STRING: ${{secrets.TELEMETRY_CONNECTION_STRING}}
Expand All @@ -27,9 +27,9 @@ jobs:
secrets:
APP_CLIENT_ID: ${{secrets.APP_CLIENT_ID}}
APP_DOMAIN_NAME: ${{secrets.APP_DOMAIN_NAME}}
AZURE_BOT_NAME: ${{secrets.AZURE_BOT_NAME}}
AZURE_FUNC_NAME: ${{secrets.AZURE_FUNC_NAME}}
AZURE_WEB_NAME: ${{secrets.AZURE_WEB_NAME}}
AZURE_APP_SERVICE_NAME_BOT: ${{secrets.AZURE_APP_SERVICE_NAME_BOT}}
AZURE_APP_SERVICE_NAME_FUNC: ${{secrets.AZURE_APP_SERVICE_NAME_FUNC}}
AZURE_APP_SERVICE_NAME_WEB: ${{secrets.AZURE_APP_SERVICE_NAME_WEB}}
AZURE_CREDENTIALS: ${{secrets.AZURE_CREDENTIALS}}
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
TELEMETRY_CONNECTION_STRING: ${{secrets.TELEMETRY_CONNECTION_STRING}}
Expand Down
8 changes: 4 additions & 4 deletions source/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions source/client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "commistant",
"name": "@karamem0/commistant",
"private": true,
"type": "module",
"version": "0.0.0",
Expand All @@ -20,7 +20,7 @@
"@fluentui/react-icons-mdl2": "^1.3.75",
"@microsoft/applicationinsights-react-js": "^17.3.1",
"@microsoft/applicationinsights-web": "^3.3.1",
"@microsoft/teams-js": "^2.26.0",
"@microsoft/teams-js": "^2.27.0",
"axios": "^1.7.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down Expand Up @@ -54,7 +54,7 @@
"postcss": "^8.4.41",
"postcss-styled-syntax": "^0.6.4",
"sass": "^1.77.8",
"stylelint": "^16.8.2",
"stylelint": "^16.9.0",
"stylelint-config-recess-order": "^5.1.0",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "^5.5.4",
Expand Down

0 comments on commit 7eacd2f

Please sign in to comment.