Skip to content

Commit

Permalink
Removed benefits usage dependencies from CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Helder Pinto committed Apr 5, 2024
1 parent 9cc81d2 commit c349b99
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
AOE_SQL_ADMIN: ${{ secrets.AOE_SQL_ADMIN }}
AOE_SQL_PASSWD: ${{ secrets.AOE_SQL_PASSWD }}
MCA_BILLING_ACCOUNT_ID: ${{ secrets.MCA_BILLING_ACCOUNT_ID }}
MCA_BILLING_PROFILE_ID: ${{ secrets.MCA_BILLING_PROFILE_ID }}
steps:
- run: echo "This job is now running on a ${{ runner.os }} server hosted by GitHub for the ${{ github.ref }} branch of the ${{ github.repository }} repository!"
- name: Installing modules
Expand All @@ -43,11 +41,7 @@ jobs:
"SqlAdmin": "'"$AOE_SQL_ADMIN"'",
"SqlPass": "'"$AOE_SQL_PASSWD"'",
"TargetLocation": "westeurope",
"DeployBenefitsUsageDependencies": "y",
"CustomerType": "MCA",
"BillingAccountId": "'"$MCA_BILLING_ACCOUNT_ID"'",
"BillingProfileId": "'"$MCA_BILLING_PROFILE_ID"'",
"CurrencyCode": "EUR"
"DeployBenefitsUsageDependencies": "n"
}' > ./deploymentSettings.json
- name: Testing PowerShell script call
shell: pwsh
Expand Down

0 comments on commit c349b99

Please sign in to comment.