photoprism/scripts/deploy-release.sh

10 lines
93 B
Bash
Raw Normal View History

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