log suggests “TypeError: region.split is not a function” triggered it, haven’t got IDE handy but if not your code could be .. local vs ci version mismatch? Bad plugin version / dep? GN 😴
#asknostr can someone help me with noStrudel S3 deploy? I'm trying to switch the next version over to being hosted on AWS S3 but I cant get the github action to actually deploy
https://github.com/hzrd149/nostrudel/actions/runs/10554429276/workflow
I have all the secrets setup and the IAM permissions but the action keeps failing...
https://github.com/hzrd149/nostrudel/actions/runs/10554429276/job/29236257623
Discussion
nostr:npub1ye5ptcxfyyxl5vjvdjar2ua3f0hynkjzpx552mu5snj3qmx5pzjscpknpr what’s in your secrets.S3_BUCKET_REGION?
Static string passes fine, so possibly a bad/missing value? Otherwise s3 plugin bug?
- bucket-region: "${{ secrets.S3_BUCKET_REGION }}"
+ bucket-region: us-east-1
https://github.com/niallyoung/nostrudel/actions/runs/10571395032/job/29287388861
https://github.com/Reggionick/s3-deploy/issues/92
(3rd reply attempt, Nostur having trouble replying 😬)