mirror of https://github.com/statping/statping
remove aws related steps
we're not gonna be using any of them in the near futurepull/1118/head
parent
dcfbc23ffa
commit
f2d025b9ed
|
@ -74,23 +74,6 @@ jobs:
|
||||||
name: static-rice-box
|
name: static-rice-box
|
||||||
path: ./source
|
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:
|
build:
|
||||||
needs: [ data, frontend ]
|
needs: [ data, frontend ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -118,15 +101,6 @@ jobs:
|
||||||
name: static-rice-box
|
name: static-rice-box
|
||||||
path: ./source
|
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
|
- name: Set Linux Build Flags
|
||||||
if: matrix.platform == 'linux'
|
if: matrix.platform == 'linux'
|
||||||
run: |
|
run: |
|
||||||
|
@ -201,12 +175,6 @@ jobs:
|
||||||
name: statping-${{ matrix.platform }}-${{ matrix.arch }}
|
name: statping-${{ matrix.platform }}-${{ matrix.arch }}
|
||||||
path: ./build
|
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
|
# TODO refactor (and fix) tests
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue