deployment using elasticbeanstalk, docker, supervisor

This commit is contained in:
crflynn
2018-04-28 00:56:35 -04:00
parent 9cd1ebb436
commit ab99adce0d
14 changed files with 93 additions and 85 deletions

View File

@@ -374,7 +374,7 @@ def etl():
if __name__ == "__main__":
date = "2018-04-23"
date = "2018-04-27"
env = "prod"
print(date, env)
print(get_daily_download_stats(env, date))