Skip to content

Commit

Permalink
Remove email-forwarding here
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC committed Aug 3, 2023
1 parent 28e2646 commit 2f3fc99
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 439 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,3 @@ jobs:
else
exit 1
fi
- name: Deploy nonprod email-forwarding
working-directory: email-fowarding/
run: |
terraform init -no-color -input=false
terraform validate -no-color
terraform workspace select nonprod
terraform apply -auto-approve -var="mail_recipient=${{ secrets.EMAILRECIPIENT }}" -var="ollie_override_email=${{ secrets.OLLIE_OVERRIDE_EMAIL }}"
- name: Deploy prod email-forwarding
working-directory: email-fowarding/
run: |
terraform init -no-color -input=false
terraform validate -no-color
terraform workspace select prod
terraform apply -auto-approve -var="mail_recipient=${{ secrets.EMAILRECIPIENT }}" -var="ollie_override_email=${{ secrets.OLLIE_OVERRIDE_EMAIL }}"
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
**/.terraform*
**/*.tfvars
**/personal

**/.target
**/*.zip

**/node_modules
**/__pycache__
**/*.pyc
**/package-lock.json

# .tfstate files
Expand Down
32 changes: 0 additions & 32 deletions email-fowarding/aws.tf

This file was deleted.

224 changes: 0 additions & 224 deletions email-fowarding/lambda.py

This file was deleted.

Loading

0 comments on commit 2f3fc99

Please sign in to comment.