Skip to content

Commit

Permalink
feat(terraform): purge unused js
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed Jun 26, 2023
1 parent 7b5cf67 commit 3e73070
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ jobs:
with:
version: 8.1.0

- name: Configure DigitalOcean credentials
env:
DO_ACCESS_KEY: ${{ secrets.DO_ACCESS_KEY }}
DO_SECRET_ACCESS_KEY: ${{ secrets.DO_SECRET_ACCESS_KEY }}
run: |
aws configure --profile digitalocean set aws_access_key_id $DO_ACCESS_KEY
aws configure --profile digitalocean set aws_secret_access_key $DO_SECRET_ACCESS_KEY
- name: Create .tfvars file
run: |
echo "db_password=\"${{ secrets.DB_PASSWORD }}\"" >> ./terraform/.tfvars
Expand All @@ -58,15 +50,9 @@ jobs:
- name: Terraform Init
run: pnpm terraform init-terraform
env:
AWS_PROFILE: "digitalocean"

- name: Terraform Plan
run: pnpm terraform plan
env:
AWS_PROFILE: "digitalocean"

- name: Terraform Apply
run: pnpm terraform apply
env:
AWS_PROFILE: "digitalocean"

0 comments on commit 3e73070

Please sign in to comment.