mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +00:00
Update mise config
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
[tools]
|
||||
java = "temurin-21"
|
||||
|
||||
[tasks.release]
|
||||
description = 'Build and push docker image'
|
||||
run = [
|
||||
'./gradlew build',
|
||||
'docker build -t memevizor:latest .',
|
||||
'docker pussh memevizor:latest apps0.pischule.com'
|
||||
]
|
||||
|
||||
[tasks.fmt]
|
||||
description = 'Fourmat source code'
|
||||
run = './gradlew :spotlessApply'
|
||||
|
||||
Reference in New Issue
Block a user