Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error message "strconv.Atoi: parsing "": invalid syntax" typically means that there is an empty or invalid value being parsed as an integer in your .drone.yml file. This can be caused by a missing or improperly formatted environment variable or configuration setting.

To resolve this error, you may need to review your .drone.yml file and check for any empty or incorrect values. Make sure that all environment variables and configuration settings are properly formatted and have valid values. Also, check to ensure that any references to external resources or dependencies are correctly configured and accessible. Once you have resolved any issues with your .drone.yml file, try deploying your code again to see if the error has been resolved.