Skip to content

Commit

Permalink
maint: S3 upload of notebooks no longer works
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Nov 8, 2023
1 parent bce799e commit b38c429
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,21 +120,6 @@ jobs:
ls -lh "${nb_archive}"
tar tzf "${nb_archive}"
- name: Upload to S3
run: |
nb_archive="${{ steps.cfg.outputs.nb-archive }}"
echo "Using Keys: ...${AWS_ACCESS_KEY_ID:(-4)}/...${AWS_SECRET_ACCESS_KEY:(-4)}"
echo "Testing permissions"
aws s3 ls "${S3_DST}/" || true
aws s3 cp "${nb_archive}" "${S3_DST}/${nb_archive}"
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
AWS_DEFAULT_REGION: "ap-southeast-2"
AWS_REGION: "ap-southeast-2"
S3_DST: "s3://datacube-core-deployment/odc-stac/nb"

- name: Upload results (artifact)
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b38c429

Please sign in to comment.