Commit 8822360d741892fe6a21298fe1d2e53b07510967

Authored by Andrew Buss
1 parent 53d72ce2b0
Exists in master

Build psycopg2 with jenkins instead

Showing 1 changed file with 3 additions and 1 deletions Side-by-side Diff

scripts/setup_production.sh View file @ 8822360
1 1 #!/bin/bash -xe
  2 +whoami
2 3 source venv/bin/activate
3 4 source secrets
4   -pip install psycopg2
  5 +#pip install psycopg2
5 6 python manage.py migrate
6 7 echo "Checking whether nginx conf was updated"
7 8 DIFF=$(diff /srv/flashy-backend/nginxconf/flashy.cards /etc/nginx/sites-available/flashy.cards)