File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 7070 - name : Deploy
7171 shell : bash
7272 env :
73+ AWS_ENDPOINT_URL : ${{ secrets.S3_DUCKDB_STAGING_ENDPOINT }}
7374 AWS_ACCESS_KEY_ID : ${{ secrets.S3_DUCKDB_STAGING_ID }}
7475 AWS_SECRET_ACCESS_KEY : ${{ secrets.S3_DUCKDB_STAGING_KEY }}
7576 run : |
@@ -133,6 +134,7 @@ jobs:
133134 - name : Deploy
134135 shell : bash
135136 env :
137+ AWS_ENDPOINT_URL : ${{ secrets.S3_DUCKDB_STAGING_ENDPOINT }}
136138 AWS_ACCESS_KEY_ID : ${{ secrets.S3_DUCKDB_STAGING_ID }}
137139 AWS_SECRET_ACCESS_KEY : ${{ secrets.S3_DUCKDB_STAGING_KEY }}
138140 run : |
@@ -257,6 +259,7 @@ jobs:
257259 - name : Deploy
258260 shell : bash
259261 env :
262+ AWS_ENDPOINT_URL : ${{ secrets.S3_DUCKDB_STAGING_ENDPOINT }}
260263 AWS_ACCESS_KEY_ID : ${{ secrets.S3_DUCKDB_STAGING_ID }}
261264 AWS_SECRET_ACCESS_KEY : ${{ secrets.S3_DUCKDB_STAGING_KEY }}
262265 run : |
@@ -375,6 +378,7 @@ jobs:
375378 - name : Deploy
376379 shell : bash
377380 env :
381+ AWS_ENDPOINT_URL : ${{ secrets.S3_DUCKDB_STAGING_ENDPOINT }}
378382 AWS_ACCESS_KEY_ID : ${{ secrets.S3_DUCKDB_STAGING_ID }}
379383 AWS_SECRET_ACCESS_KEY : ${{ secrets.S3_DUCKDB_STAGING_KEY }}
380384 run : |
@@ -440,6 +444,7 @@ jobs:
440444 - name : Deploy
441445 shell : bash
442446 env :
447+ AWS_ENDPOINT_URL : ${{ secrets.S3_DUCKDB_STAGING_ENDPOINT }}
443448 AWS_ACCESS_KEY_ID : ${{ secrets.S3_DUCKDB_STAGING_ID }}
444449 AWS_SECRET_ACCESS_KEY : ${{ secrets.S3_DUCKDB_STAGING_KEY }}
445450 run : |
Original file line number Diff line number Diff line change @@ -32,12 +32,13 @@ jobs:
3232 - name : Download from staging bucket
3333 shell : bash
3434 env :
35+ AWS_ENDPOINT_URL : ${{ secrets.S3_DUCKDB_STAGING_ENDPOINT }}
3536 AWS_ACCESS_KEY_ID : ${{ secrets.S3_DUCKDB_STAGING_ID }}
3637 AWS_SECRET_ACCESS_KEY : ${{ secrets.S3_DUCKDB_STAGING_KEY }}
3738 run : |
3839 TARGET=$(git log -1 --format=%h)
3940 mkdir to_be_uploaded
40- aws s3 cp --recursive "s3://duckdb-staging/$TARGET/${{ inputs.target_git_describe }}/$GITHUB_REPOSITORY/github_release" to_be_uploaded --region us-east-2
41+ aws s3 cp --recursive "s3://duckdb-staging/$TARGET/${{ inputs.target_git_describe }}/$GITHUB_REPOSITORY/github_release" to_be_uploaded
4142
4243 - name : Deploy
4344 shell : bash
You can’t perform that action at this time.
0 commit comments