Skip to content

Commit

Permalink
Set real S3 artifacts bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Apr 26, 2024
1 parent 6e3c381 commit bb897bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
command: cp
source: ./geoserver/src/web/app/target/artifacts
destination: s3://artifacts.geonode.org/geoserver/test_${{ github.ref_name }}
destination: s3://artifacts.geonode.org/geoserver/${{ github.ref_name }}
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_region: eu-south-1
Expand Down

0 comments on commit bb897bb

Please sign in to comment.