-
Updated
Mar 3, 2021 - JavaScript
digitalocean
Here are 1,017 public repositories matching this topic...
-
Updated
Mar 4, 2021 - TypeScript
-
Updated
Feb 24, 2021
-
Updated
Mar 10, 2021 - Rust
-
Updated
Mar 11, 2018 - Ruby
-
Updated
Mar 6, 2021 - HCL
-
Updated
Jan 24, 2021
-
Updated
Oct 30, 2020 - HTML
-
Updated
Mar 6, 2021 - Python
-
Updated
Mar 10, 2021 - Python
-
Updated
Jan 1, 2021 - Shell
-
Updated
Mar 8, 2021 - Go
-
Updated
Mar 1, 2021 - PHP
-
Updated
Mar 3, 2021 - Go
Ingresses for Docker templates have -docker as a suffix. getIngress query should query by label selector instead of name, so that non-Docker template deployments display the correct URL instead of the internal URL.
-
Updated
Jan 19, 2021 - Ruby
-
Updated
Feb 21, 2021 - PHP
-
Updated
Nov 20, 2018 - Python
-
Updated
Feb 17, 2021 - Go
Hacktoberfest 2019
Hacktoberfest is approaching, and so are your chances to get a free tee from Digital Ocean and DEV!
Start contributing to Open-Source by making your first Pull Request at https://www.gitstart.tech
P.S.: To win an official limited edition Hacktoberfest shirt, you must sign up on the Hacktoberfest site: https://hacktoberfest.digitalocean.com and make **four pull requests (PRs) on
-
Updated
Mar 2, 2019 - Shell
-
Updated
Jul 21, 2018 - HCL
Task
Convert CI to GitHub Actions
Context
Travis is removing its free tier for OSS projects, so this should be built with GitHub Actions instead, which is not going to add additional cost.
I would expect this to be one of the easier projects to convert given that Docker isn't used in the build.
See also:
https://github.com/mvdan/github-actions-golang
https://github.com/ac
-
Updated
Mar 9, 2021 - Go
-
Updated
Jan 30, 2021 - Go
Improve this page
Add a description, image, and links to the digitalocean topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the digitalocean topic, visit your repo's landing page and select "manage topics."
What is the problem this feature would solve? Please describe.
I would like a means to wait for an Apps Platform deployment to complete and get a relevent status code back from the command line, to inform a job as part of a build pipeline in GitHub Actions.
Describe the solution you'd like
When calling
doctl apps create-deploymentI'd like to pass a--watchoption so that I ca