photoprism/scripts/deploy-release.sh

10 lines
93 B
Bash
Raw Normal View History

2021-12-03 16:49:43 +01:00
#!/usr/bin/env bash
set -e
# Run tests
scripts/test.sh
# Build images
make docker-release