Skip to content

Commit

Permalink
Pulled config values from original deployment step to the new one
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan M Smolenski committed Jan 25, 2024
1 parent b70ef47 commit 145d6af
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,27 +103,6 @@ jobs:
name: dist
path: dist/*.zip

# # -- Terraform --
# - name: Deploy to SIT
# if: github.ref == 'refs/heads/develop'
# working-directory: terraform/
# env:
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_SERVICES_SIT }}
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_SERVICES_SIT }}
# AWS_DEFAULT_REGION: us-west-2

# TF_VAR_sds_ca_cert_path: ${{ runner.temp }}/JPLICA.pem
# TF_VAR_sds_host: ${{ secrets.SDS_HOST }}
# TF_VAR_sds_username: ${{ secrets.SDS_USERNAME }}
# TF_VAR_sds_password: ${{ secrets.SDS_PASSWORD }}
# run: |
# echo "${{ secrets.JPLICA_CERT }}" >> ${{ runner.temp }}/JPLICA.pem

# source bin/config.sh sit
# terraform apply -auto-approve



deploy:
name: Deploy
needs: build
Expand Down

0 comments on commit 145d6af

Please sign in to comment.