Skip to content

Commit

Permalink
chore(communication): open external email sender
Browse files Browse the repository at this point in the history
  • Loading branch information
cowienduckie committed Dec 1, 2023
1 parent 63c9a20 commit 9e02d8f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 75 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/communication-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,9 @@ on:
- .github/workflows/communication-api.yml

jobs:
# build:
# name: Build & Test .NET projects
# runs-on: ubuntu-latest
# env:
# PROJECT_PATH: src/Communication/Communication.Api/Communication.Api.csproj
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - name: Install .NET SDK
# uses: actions/setup-dotnet@v3.2.0
# with:
# dotnet-version: 8.0.x
#
# - name: Build .NET project with dependencies
# run: |-
# dotnet restore $PROJECT_PATH
# dotnet build $PROJECT_PATH --no-restore

deploy:
name: Deploy Communication API
runs-on: ubuntu-latest
# needs: [ build ]
env:
# Google Cloud variables
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
Expand Down
54 changes: 0 additions & 54 deletions .github/workflows/mailhog.yml

This file was deleted.

3 changes: 1 addition & 2 deletions k8s/charts/communication-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ ingress:
enabled: false

externalEmailSender:
enabled: false
enabled: true
host: smtp.mailgun.org


resources:
limits:
cpu: 100m
Expand Down

0 comments on commit 9e02d8f

Please sign in to comment.