Skip to content

Commit

Permalink
Added AWS Deployment GitHub Action (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-blunden authored Apr 29, 2024
1 parent 4b15d23 commit d6dc4f5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Deploy to AWS
on: [workflow_dispatch]

jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: AWS Production Deploy
run: echo "Deploying to AWS Production"
- name: AWS Production Deploy Confirmation
run: echo "Deployment successful!"

0 comments on commit d6dc4f5

Please sign in to comment.