mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 03:33:02 +02:00
Adding CDN Uploading of Artifacts
This commit is contained in:
11
.github/workflows/create-release.yml
vendored
11
.github/workflows/create-release.yml
vendored
@@ -158,3 +158,14 @@ jobs:
|
||||
with:
|
||||
name: ${{ matrix.artifacts_name }}
|
||||
path: ./dist/${{ matrix.artifacts_path }}
|
||||
|
||||
- name: Upload to NasuTek MinIO S3
|
||||
uses: shallwefootball/s3-upload-action@master
|
||||
id: S3
|
||||
with:
|
||||
aws_key_id: ${{secrets.nte_cdn_s3_key_id}}
|
||||
aws_secret_access_key: ${{secrets.nte_cdn_s3_secret_access_key}}
|
||||
aws_bucket: bucketName
|
||||
source_dir: ./dist/${{ matrix.artifacts_path }}
|
||||
destination_dir: ${{ matrix.artifacts_name }}
|
||||
endpoint: cdn.ntgecdn.com
|
||||
|
11
.github/workflows/test-debug-builds.yml
vendored
11
.github/workflows/test-debug-builds.yml
vendored
@@ -155,3 +155,14 @@ jobs:
|
||||
with:
|
||||
name: ${{ matrix.artifacts_name }}
|
||||
path: ./dist/${{ matrix.artifacts_path }}
|
||||
|
||||
- name: Upload to NasuTek MinIO S3
|
||||
uses: shallwefootball/s3-upload-action@master
|
||||
id: S3
|
||||
with:
|
||||
aws_key_id: ${{secrets.nte_cdn_s3_key_id}}
|
||||
aws_secret_access_key: ${{secrets.nte_cdn_s3_secret_access_key}}
|
||||
aws_bucket: bucketName
|
||||
source_dir: ./dist/${{ matrix.artifacts_path }}
|
||||
destination_dir: ${{ matrix.artifacts_name }}
|
||||
endpoint: cdn.ntgecdn.com
|
||||
|
11
.github/workflows/test-release-builds.yml
vendored
11
.github/workflows/test-release-builds.yml
vendored
@@ -155,3 +155,14 @@ jobs:
|
||||
with:
|
||||
name: ${{ matrix.artifacts_name }}
|
||||
path: ./dist/${{ matrix.artifacts_path }}
|
||||
|
||||
- name: Upload to NasuTek MinIO S3
|
||||
uses: shallwefootball/s3-upload-action@master
|
||||
id: S3
|
||||
with:
|
||||
aws_key_id: ${{secrets.nte_cdn_s3_key_id}}
|
||||
aws_secret_access_key: ${{secrets.nte_cdn_s3_secret_access_key}}
|
||||
aws_bucket: bucketName
|
||||
source_dir: ./dist/${{ matrix.artifacts_path }}
|
||||
destination_dir: ${{ matrix.artifacts_name }}
|
||||
endpoint: cdn.ntgecdn.com
|
||||
|
11
.github/workflows/test-relwithdebinfo-builds.yml
vendored
11
.github/workflows/test-relwithdebinfo-builds.yml
vendored
@@ -155,3 +155,14 @@ jobs:
|
||||
with:
|
||||
name: ${{ matrix.artifacts_name }}
|
||||
path: ./dist/${{ matrix.artifacts_path }}
|
||||
|
||||
- name: Upload to NasuTek MinIO S3
|
||||
uses: shallwefootball/s3-upload-action@master
|
||||
id: S3
|
||||
with:
|
||||
aws_key_id: ${{secrets.nte_cdn_s3_key_id}}
|
||||
aws_secret_access_key: ${{secrets.nte_cdn_s3_secret_access_key}}
|
||||
aws_bucket: bucketName
|
||||
source_dir: ./dist/${{ matrix.artifacts_path }}
|
||||
destination_dir: ${{ matrix.artifacts_name }}
|
||||
endpoint: cdn.ntgecdn.com
|
||||
|
Reference in New Issue
Block a user