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
Hi! I'm trying to use doctl to deploy a serverless function with a cron trigger. When I run the doctl serverless deploy command my function is deployed but the trigger is not. I do not see a section in my console output for the trigger.
Environment:
doctl version: 1.101.0-release
OS: Ubuntu
Installation method: Snap
Additional Details:
Adding a trace flag provides no additional output. My project file looks like this:
@davidsbond I've confirmed with the Serverless team that it is currently the expected behavior. Unfortunately, triggers are not deployed when using remote builds and Go functions are always remote builds. Triggers can be used with Go functions, but they must be created in the control panel for now.
Let's keep this issue open for tracking. Even though it is the current behavior, it is something we should support in the future.
Describe the Issue:
Hi! I'm trying to use doctl to deploy a serverless function with a cron trigger. When I run the
doctl serverless deploy
command my function is deployed but the trigger is not. I do not see a section in my console output for the trigger.Environment:
1.101.0-release
Additional Details:
Adding a
trace
flag provides no additional output. My project file looks like this:The text was updated successfully, but these errors were encountered: