Skip to content

Commit

Permalink
chore: remove app settings that no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Mar 22, 2023
1 parent 3ad9a0f commit 13d1828
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/eoefans-api-azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,6 @@ s
app-name: ${{ env.AZURE_WEBAPP_NAME }}
app-settings-json: |
[
{
"name": "DOCKER_REGISTRY_SERVER_PASSWORD",
"value": "${{ secrets.GITHUB_TOKEN }}",
"slotSetting": false
},
{
"name": "DOCKER_REGISTRY_SERVER_URL",
"value": "https://${{ env.IMAGE_REGISTRY }}",
"slotSetting": false
},
{
"name": "DOCKER_REGISTRY_SERVER_USERNAME",
"value": "${{ github.actor }}",
"slotSetting": false
},
{
"name": "SENTRY_RELEASE",
"value": "${{ env.DEPLOY_VERSION }}",
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/eoefans-spider-azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,6 @@ jobs:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
app-settings-json: |
[
{
"name": "DOCKER_REGISTRY_SERVER_PASSWORD",
"value": "${{ secrets.GITHUB_TOKEN }}",
"slotSetting": false
},
{
"name": "DOCKER_REGISTRY_SERVER_URL",
"value": "https://${{ env.IMAGE_REGISTRY }}",
"slotSetting": false
},
{
"name": "DOCKER_REGISTRY_SERVER_USERNAME",
"value": "${{ github.actor }}",
"slotSetting": false
},
{
"name": "SENTRY_RELEASE",
"value": "${{ env.DEPLOY_VERSION }}",
Expand Down

0 comments on commit 13d1828

Please sign in to comment.