Skip to content

Commit

Permalink
Merge pull request #3096 from rgaiacs/3095-fix-documentation
Browse files Browse the repository at this point in the history
Mention use of GitHub Actions
  • Loading branch information
rgaiacs authored Sep 25, 2024
2 parents 58ef831 + 5a95127 commit 49fe554
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/deployment/prereqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ source of information. At a minimum, you must at least understand:
- [What are values files?](https://helm.sh/docs/chart_template_guide/values_files/)
- [How do chart dependencies work?](https://helm.sh/docs/chart_template_guide/subcharts_and_globals/)

## Travis
## GitHub Actions

We use [Travis CI](https://travis-ci.org/) for doing all our deployments. Our
`.travis.yml` file contains the entire configuration for our deployment. Travis CI
has documentation on the [various components of the `.travis.yml` file](https://docs.travis-ci.com/user/customizing-the-build/).
We use [GitHub Actions](https://docs.github.com/en/actions) for doing all our deployments. Our
[`.github/workflows/cd.yml`](https://github.com/jupyterhub/mybinder.org-deploy/blob/main/.github/workflows/cd.yml) file
contains the entire configuration for our **continuous** deployment.

[mybinder.org]: https://mybinder.org
[staging.mybinder.org]: https://staging.mybinder.org

0 comments on commit 49fe554

Please sign in to comment.