Skip to content

Commit

Permalink
Going with the middle spam level for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vanreece committed Jul 6, 2021
1 parent cb88e1c commit 4f97cc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/aws_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def deploy():
"cp",
newindex,
f"s3://{os.environ['RAPID_S3_BUCKET_NAME']}/rapid/{identifier}-rapid.html",
"--no-progress"
],
capture_output=True,
)
Expand All @@ -90,6 +91,7 @@ def deploy():
distdir,
f"s3://{os.environ['RAPID_S3_BUCKET_NAME']}/rapid/{distdir}",
"--recursive",
"--no-progress",
],
capture_output=True,
)
Expand Down

0 comments on commit 4f97cc0

Please sign in to comment.