You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This hook automatically makes the specified google functions public after deploy and otherwise you can run sls make-public --function= at any time, hope this helps.
AWS has hooks such as this.hooks = {
"aws:deploy:finalize:cleanup": this.afterDeploy.bind(this),
};
Are there similar hooks for GCP cloud function deploys? If not, how can one create a hook for 'after deploy' of a cloud function?
The text was updated successfully, but these errors were encountered: