mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 13:39:22 +01:00
897ed833db
a71e899
removed the executable permission which broke AWS ECS deployment.
4 lines
44 B
Bash
Executable File
4 lines
44 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
python manage.py migrate |