Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

digitalocean: remove invalid chars from deploy template name #2

Merged

Conversation

thinkmassive
Copy link
Contributor

Remediates this error:

Could not create app from Git template.

Error validating app spec field "name": name in body should match '^[a-z][a-z0-9-]{0,30}[a-z0-9]$'.

Feel free to edit the new string. Basically anything w/o spaces or uppercase.


Here's a branch to validate this 1-line change results in a working DO button:

Remediates this error:
```
Could not create app from Git template.

Error validating app spec field "name": name in body should match '^[a-z][a-z0-9-]{0,30}[a-z0-9]$'.
```

Feel free to edit the new string. Basically anything w/o spaces or uppercase.
@w3irdrobot w3irdrobot merged commit f5fc033 into w3irdrobot:master Oct 5, 2023
1 check passed
@thinkmassive thinkmassive deleted the digitalocean-deploy-name branch October 5, 2023 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants