mirror of
https://github.com/gotify/server.git
synced 2026-05-07 22:06:38 +08:00
4 lines
104 B
Bash
4 lines
104 B
Bash
#!/usr/bin/env bash
|
|
|
|
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
|
|
docker push gotify/server |