mirror of
https://github.com/plausible/analytics.git
synced 2024-12-29 20:42:01 +03:00
4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
|
#!/bin/bash
|
||
|
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||
|
docker push plausible/analytics
|