Skip to content

Commit

Permalink
Fix: remove azure deploy steps (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored May 17, 2022
2 parents bce8765 + 9bc1dbb commit 93f9dad
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ jobs:
echo "::set-output name=client::$ECR_REGISTRY/cal-itp-benefits-client:$GIT_SHA"
echo "::set-output name=config::$ECR_REGISTRY/aws-cli:$AWS_CLI_TAG"
- name: Authenticate using a Service Principal
uses: azure/actions/login@v1
with:
creds: ${{ secrets.AZURE_SP }}

- name: Docker Login to Amazon ECR
id: docker-login-ecr
uses: docker/login-action@v2
Expand Down Expand Up @@ -95,12 +90,6 @@ jobs:
push: true
tags: ghcr.io/${{github.repository}}:dev

- name: Update image tag on the Azure Web App
uses: azure/webapps-deploy@v2
with:
app-name: ${{ secrets.AZURE_APP }}
images: ghcr.io/${{github.repository}}:dev

- name: Add environment-specific config to ECS task
env:
AWS_ACCOUNT: ${{ secrets.AWS_ACCOUNT }}
Expand Down

0 comments on commit 93f9dad

Please sign in to comment.