Skip to content

Commit

Permalink
ci: remove Azure CD
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Reynolds <[email protected]>
  • Loading branch information
shenanigansd committed Jul 19, 2023
1 parent 807edf8 commit 2ee97f0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,3 @@ permissions:
jobs:
build-push:
uses: darbiadev/.github/.github/workflows/docker-build-push.yaml@main

deploy:
needs: build-push
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: "Update deployment"
run: curl -X POST '${{ secrets.DEPLOY_WEBHOOK }}'

0 comments on commit 2ee97f0

Please sign in to comment.