aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-github-lambda
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2017-03-11 15:58:30 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2017-03-11 15:58:30 +0100
commit2b485906cfa6d2e0431b0fa0120e1c267074b4e8 (patch)
tree152720e5925a6f772fc8275c32bd3976f8943a25 /src/blogc-github-lambda
parentacf14b6fafd39e46ba343fd069bed205d7c35fb9 (diff)
downloadblogc-2b485906cfa6d2e0431b0fa0120e1c267074b4e8.tar.gz
blogc-2b485906cfa6d2e0431b0fa0120e1c267074b4e8.tar.bz2
blogc-2b485906cfa6d2e0431b0fa0120e1c267074b4e8.zip
make: all builds are "production" by default, enable "dev" on cli.
this is more consistent with other similar tools, and enables us to add something like a [copy:dev] section later, that will avoid copying dev files to production builds.
Diffstat (limited to 'src/blogc-github-lambda')
-rw-r--r--src/blogc-github-lambda/lambda_function.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blogc-github-lambda/lambda_function.py b/src/blogc-github-lambda/lambda_function.py
index fb8492f..3f41eeb 100644
--- a/src/blogc-github-lambda/lambda_function.py
+++ b/src/blogc-github-lambda/lambda_function.py
@@ -165,7 +165,7 @@ def sns_handler(message):
if os.path.isfile(blogcfile):
# deploy using blogc-make
- args = [os.path.join(cwd, 'blogc'), '-m', '-p', '-f', blogcfile,
+ args = [os.path.join(cwd, 'blogc'), '-m', '-f', blogcfile,
'all']
if debug:
args.append('-V')