remove aws related steps

we're not gonna be using any of them in the near future
pull/1118/head
Willy 2023-02-03 19:17:48 +01:00
parent dcfbc23ffa
commit f2d025b9ed
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 0 additions and 32 deletions

View File

@ -74,23 +74,6 @@ jobs:
name: static-rice-box
path: ./source
- name: Configure AWS credentials for Asset uploads
# temporarily disabled
if: "false"
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2
- name: Upload Static Assets to S3
# temporarily disabled
if: "false"
run: |
tar -czvf source.tar.gz source/
aws s3 cp source.tar.gz s3://assets.statping.com/commit/${{ github.sha }}/
rm -rf source.tar.gz
build:
needs: [ data, frontend ]
runs-on: ubuntu-latest
@ -118,15 +101,6 @@ jobs:
name: static-rice-box
path: ./source
- name: Configure AWS credentials for Asset uploads
# temporarily disabled
if: "false"
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2
- name: Set Linux Build Flags
if: matrix.platform == 'linux'
run: |
@ -201,12 +175,6 @@ jobs:
name: statping-${{ matrix.platform }}-${{ matrix.arch }}
path: ./build
- name: Upload Compiled Binaries to S3
# temporarily disabled
if: "false"
run: |
aws s3 cp build/${{ env.compressed }} s3://assets.statping.com/commit/${{ github.sha }}/
# TODO refactor (and fix) tests
test: