Skip to content

Commit

Permalink
Work on action
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheft committed Jul 7, 2024
1 parent 7da0cdf commit 9cd19d7
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/terraform_and_deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Terraform and Deploy to Elastic Beanstalk

on:
push:
branches:
- main
on: [push]

jobs:
terraform:
Expand Down Expand Up @@ -32,10 +29,18 @@ jobs:
run: terraform apply -auto-approve tfplan
working-directory: terraform
rubocop:
uses: .github/workflows/rubocop.yaml
runs-on: ubuntu-latest
name: Rubocop
steps:
- uses: actions/checkout@v2
- uses: .github/workflows/rubocop.yaml

rspec:
uses: .github/workflows/rspec_push.yaml
runs-on: ubuntu-latest
name: RSpec
steps:
- uses: actions/checkout@v2
- uses: .github/workflows/rspec_push.yaml

deploy:
name: Deploy to Elastic Beanstalk
Expand Down

0 comments on commit 9cd19d7

Please sign in to comment.