#!/usr/bin/env bash

# This deploy script gets around jenkins not being able to activate the environment for zappa

. env/bin/activate
env/bin/python cli.py update "$ENV"
