Created
June 28, 2021 14:44
-
-
Save bhcopeland/d51a02f24f74061623162f30ab7085e9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Pipfile b/Pipfile | |
index 1e0a381..b4cdf59 100644 | |
--- a/Pipfile | |
+++ b/Pipfile | |
@@ -6,13 +6,7 @@ verify_ssl = true | |
[dev-packages] | |
[packages] | |
-zappa = "*" | |
-pytest = "*" | |
-requests = "*" | |
-boto3 = "*" | |
-Flask = "*" | |
-arrow = "==0.15.5" | |
-hurry = "*" | |
+zappa = {editable = true, ref = "master", git = "https://github.com/loic001/Zappa.git"} | |
tuxput = "*" | |
[requires] | |
diff --git a/zappa_settings.yml b/zappa_settings.yml | |
index e78b0a7..b3814dd 100644 | |
--- a/zappa_settings.yml | |
+++ b/zappa_settings.yml | |
@@ -8,6 +8,5 @@ prod: | |
domain: publish.ovss.linaro.org | |
certificate_arn: arn:aws:acm:us-east-1:887770999458:certificate/e2e18d0e-9c84-4f80-8b88-84ff08936358 | |
environment_variables: | |
- S3_BUCKET: ovss-gl-artifacts | |
S3_REGION: us-east-1 | |
- AUTH_BUCKET: tuxput-ovss-config | |
+ CONF_BUCKET: tuxput-ovss-config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment