deployed
Advanced tools
@@ -50,3 +50,3 @@ # frozen_string_literal: true | ||
| type: 'button', | ||
| onclick: "execKamal('#{command}')", | ||
| onclick: "execDeployed('#{command}')", | ||
| class: 'rounded-md bg-white px-3.5 py-2.5 text-sm font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50', | ||
@@ -63,3 +63,3 @@ 'x-bind:disabled' => '$store.process.running', | ||
| type: 'button', | ||
| onclick: "abortKamal()", | ||
| onclick: "abortDeployed()", | ||
| class: 'rounded-md bg-red-600 px-3 py-1.5 text-sm text-white shadow-sm hover:bg-red-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-red-600', | ||
@@ -66,0 +66,0 @@ 'x-bind:disabled' => '$store.process.abortInProgress', |
| module Deployed | ||
| VERSION = "0.1.0" | ||
| VERSION = "0.1.1" | ||
| end |