mirror of
https://github.com/plausible/analytics.git
synced 2024-11-28 04:30:42 +03:00
80b98762f4
* More robust scheduling for email reports * Update config for new email report jobs * Only build docker on master * Use Postgres 12 in travis * Cache elixir files * use Postgres 12 in travis * Specify env on one line * Wrong postgres version
5 lines
160 B
Bash
Executable File
5 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
|
docker build -t plausible/analytics .
|
|
docker push plausible/analytics
|