<@U034HPERNDQ> for us at least, we use pulumi to e...
# general
m
@flat-salesclerk-13714 for us at least, we use pulumi to ensure the buckets etc exist, but then use a separate script / step to actually do the uploading.
Copy code
pulumi up --cwd ./infrastructure/static-assets
...
./deploy-static-assets.sh
f
and you could now potentially toss that script in a Command
h
would be good to see a full code example for this one. i have the same issue thanks