Skip to content

Commit

Permalink
Merge pull request #234 from fairbanksio/serverless-compose-deployment
Browse files Browse the repository at this point in the history
Run terraform in correct directory
  • Loading branch information
bsord authored Mar 2, 2024
2 parents ecba0ed + 399e6b6 commit 5f71926
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,9 @@ jobs:
working-directory: 'infrastructure'
run: terraform fmt -check

# Run Plan
- name: Terraform Plan
working-directory: 'infrastructure'
run: terraform plan

# Build cluster first
- name: Terraform Apply
working-directory: 'infrastructure'
run: terraform apply -auto-approve

services:
Expand Down

0 comments on commit 5f71926

Please sign in to comment.