mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +00:00
Update release command
This commit is contained in:
@@ -3,7 +3,11 @@ java = "temurin-21"
|
||||
|
||||
[tasks.release]
|
||||
description = 'Build and push docker image'
|
||||
run = './gradlew build && ./gradlew jib --image=cr.yandex/crpgv1hatjrua124abet/memevizor:0.0.1-SNAPSHOT'
|
||||
run = [
|
||||
'./gradlew build',
|
||||
'docker build -t memevizor:latest',
|
||||
'docker pussh memevizor:latest apps0.pischule.com'
|
||||
]
|
||||
|
||||
[tasks.fmt]
|
||||
description = 'Fourmat source code'
|
||||
|
||||
Reference in New Issue
Block a user