mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
4 lines
122 B
Bash
Executable File
4 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
|
docker push plausible/analytics
|