Skip to content

Commit

Permalink
test bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Nov 9, 2023
1 parent 998addf commit ecc4aed
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,29 +52,4 @@ jobs:
uses: actions/checkout@v3
- name: prep applications
run: |
./app-setup-eks.sh
./app-setup-solrcloud.sh
./app-setup-smtp.sh
- name: terraform apply (development)
uses: dflook/terraform-apply@v1
with:
path: .
label: development
workspace: development
auto_approve: true
var_file: terraform.development.tfvars
backend_config: >
bucket=${{ env.BUCKET }},
key=${{ env.KEY }},
region=${{ env.REGION }},
encrypt=${{ env.ENCRYPT }},
access_key=${{ env.AWS_ACCESS_KEY_ID }},
secret_key=${{ env.AWS_SECRET_ACCESS_KEY }}
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true
- name: test development environment
run: echo development tests ok # TODO development smoke tests
echo 111

0 comments on commit ecc4aed

Please sign in to comment.