remove sentry integration

This commit is contained in:
Amruth Pillai
2022-11-24 16:58:36 +01:00
parent a6fbb8191d
commit 4b1ce539d5
17 changed files with 3 additions and 119 deletions

View File

@ -1,6 +1,7 @@
name: Deploy Latest Version on DigitalOcean
on:
workflow_dispatch:
workflow_run:
workflows:
- Build and Push Docker Image

View File

@ -51,21 +51,11 @@ jobs:
- name: Build and Push Docker Image
uses: docker/build-push-action@v3.2.0
env:
SENTRY_ORG: reactive-resume
SENTRY_URL: https://sentry.io
SENTRY_PROJECT: ${{ matrix.image }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
with:
context: .
push: true
platforms: ${{ matrix.arch }}
file: ${{ matrix.image }}/Dockerfile
build-args: |
SENTRY_ORG=reactive-resume
SENTRY_URL=https://sentry.io
SENTRY_PROJECT=${{ matrix.image }}
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
tags: |
amruthpillai/reactive-resume:${{ matrix.image }}-latest
amruthpillai/reactive-resume:${{ matrix.image }}-${{ steps.version.outputs.current-version }}