Also, how would you make Pulumi extract that archi...
# general
a
Also, how would you make Pulumi extract that archive before deploying?
w
This is not supported via
RemoteArchive
today (and would be a bit tricky due to auth/etc.) What are you trying to do with the archive? That may help with what to recommend.
a
It’s a build artifact from CI that needs to be extracted and uploaded to e.g. CDN edge location as a static website.
<gs://artifacts.example.com/web_1.0.0.zip>
-> CloudFlare static site hosting (or, Google Storage bucket website)
@white-balloon-205 would you recommend a workaround that helps to implement this deployment flow?