Skip to content

Commit

Permalink
Use s3cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vil-st committed Sep 12, 2024
1 parent 7eb5493 commit de4c50b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,12 @@ jobs:
if: always()

- name: Upload test results
uses: shallwefootball/s3-upload-action@master
with:
aws_key_id: ${{ secrets.TF_VAR_LOKI_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.TF_VAR_LOKI_SECRET_KEY }}
aws_bucket: terraform-test-reports
endpoint: https://storage.eu-north1.nebius.cloud:443
source_dir: "${{ matrix.solution.name }}/tests"
uses: a-sync/[email protected]
env:
AWS_ACCESS_KEY_ID: ${{ secrets.TF_VAR_LOKI_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.TF_VAR_LOKI_SECRET_KEY }}
AWS_REGION: eu-north1
AWS_S3_ENDPOINT: https://storage.eu-north1.nebius.cloud:443
S3_BUCKET: terraform-test-reports
FILE: "${{ matrix.solution.name }}/tests/"
if: always()

0 comments on commit de4c50b

Please sign in to comment.