Skip to content

Commit

Permalink
update to autodeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir Musali committed Jan 24, 2020
1 parent b48994a commit c50cb93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
-t ${GITHUB_TOKEN} \
-u ${CIRCLE_PROJECT_USERNAME} \
-r ${CIRCLE_PROJECT_REPONAME} \
-draft ${CIRCLE_TAG} ${CIRCLE_WORKING_DIRECTORY}
-draft ${CIRCLE_TAG} ./logdna-cloudwatch.zip
workflows:
update:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The LogDNA AWS CloudWatch integration relies on [AWS Lambda](https://aws.amazon.
* Runtime: `Node.js.10.x`
3. Click on the lambda function to edit the details
* Code entry type: `Upload a .ZIP file `
* Upload our LogDNA Lambda function [.ZIP File](https://s3.amazonaws.com/repo.logdna.com/integrations/lambdas/logdna-cloudwatch.zip)
* Upload our LogDNA Lambda function [.ZIP File](https://github.com/logdna/logdna-cloudwatch/releases/latest/download/logdna-cloudwatch.zip)
* Handler: `index.handler`
* Runtime: `Node.js.10.x`
* Environment variables:
Expand Down

0 comments on commit c50cb93

Please sign in to comment.