Skip to content

Commit

Permalink
Update GitHub Actions HTML page
Browse files Browse the repository at this point in the history
- put GitHub Actions on top as it's now far more common than Travis
- Add documentation with regards to #243
  • Loading branch information
jdubois committed Oct 2, 2020
1 parent aa9b243 commit c9d3c3e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/main/webapp/app/home/ci-cd/ci-cd.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ <h2><fa-icon [icon]="'cloud-upload-alt'"></fa-icon>&nbsp;<span>Continuous Integr
</div>
<div class="row">
<div class="col-md-6">
<h3><a href="https://travis-ci.org/">Travis</a></h3>
<h3><a href="https://github.com/features/actions">GitHub Actions</a></h3>
<ul>
<li>A <code>.travis.yml</code> will be added to your project.</li>
<li>Go to your <a href="https://travis-ci.org/profile" target="_blank" rel="noopener noreferrer">Travis profile page.</a></li>
<li>Click on "Sync account" on your Travis profile page.</li>
<li>Enable your project on your Travis profile page.</li>
<li><b>Warning!</b> as GitHub recently updated its OAuth2 token policies, you might need to go to the <a href="/git">Configure</a> screen to refresh your token and give "workflow" access to JHipster Online</li>
<li>A <code>github-ci.yml</code> will be added to your project.</li>
<li>Push the project to GitHub; the actions workflow will be configured on your GitHub repo.</li>
</ul>
</div>
<div class="col-md-6">
Expand Down Expand Up @@ -46,10 +45,12 @@ <h3><a href="https://dev.azure.com">Azure Pipelines</a></h3>
</ul>
</div>
<div class="col-md-6">
<h3><a href="https://github.com/features/actions">GitHub Actions</a></h3>
<h3><a href="https://travis-ci.org/">Travis</a></h3>
<ul>
<li>A <code>github-ci.yml</code> will be added to your project.</li>
<li>Push the project to GitHub; the actions workflow will be configured on your GitHub repo.</li>
<li>A <code>.travis.yml</code> will be added to your project.</li>
<li>Go to your <a href="https://travis-ci.org/profile" target="_blank" rel="noopener noreferrer">Travis profile page.</a></li>
<li>Click on "Sync account" on your Travis profile page.</li>
<li>Enable your project on your Travis profile page.</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit c9d3c3e

Please sign in to comment.