- Fix restart_policy in Service config.
- Tweaked the upgrade process a bit.
- Refactor and cosmetic surgery here and there.
- Track Service config changes and allow redeploy if it changes.
This commit is contained in:
Andras Bacsai
2021-03-30 21:49:46 +02:00
committed by GitHub
parent 4e69c56bd3
commit b91bfa21b3
18 changed files with 181 additions and 125 deletions

View File

@@ -17,7 +17,7 @@
<select id="branch" bind:value="{$application.repository.branch}">
<option disabled selected>Select a branch</option>
{#each branches as branch}
<option value="{branch.name}" class="font-medium">{branch.name}</option>
<option value="{branch.name}" class="font-bold">{branch.name}</option>
{/each}
</select>
</div>