mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
27fd18bea0
* Linkify top pages * Add changelog entry * Make automated build push :dev tag to Dockerhub
5 lines
168 B
Bash
Executable File
5 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
|
docker build -t plausible/analytics:dev .
|
|
docker push plausible/analytics:dev
|