Initial version of the push to Dokku action
This commit is contained in:
parent
b65b39a231
commit
2bb5d7f528
6 changed files with 169 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module lmika.dev/actions/push-to-dokku
|
||||
|
||||
go 1.22.4
|
||||
|
||||
require (
|
||||
github.com/bitfield/script v0.22.1 // indirect
|
||||
github.com/itchyny/gojq v0.12.13 // indirect
|
||||
github.com/itchyny/timefmt-go v0.1.5 // indirect
|
||||
mvdan.cc/sh/v3 v3.7.0 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue