0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/bin/docker-migrate
Jesse Cooke 897ed833db
Make script executable again (#8327)
a71e899 removed the executable permission which broke AWS ECS deployment.
2022-01-28 09:15:18 +01:00

4 lines
44 B
Bash
Executable File

#!/bin/bash
set -e
python manage.py migrate