mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 07:56:57 +01:00
5 lines
146 B
Bash
Executable file
5 lines
146 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
|
./gradlew copyWebDist
|
|
./gradlew dockerPushBeta
|