From 0f355679c7861dd348851971f7838a20582e554c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 4 Oct 2019 11:39:28 +0200 Subject: [PATCH] drop LINKS.md file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- LINKS.md | 8 -------- README.md | 9 +++++++++ 2 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 LINKS.md diff --git a/LINKS.md b/LINKS.md deleted file mode 100644 index c758cbe..0000000 --- a/LINKS.md +++ /dev/null @@ -1,8 +0,0 @@ -# Useful Links - -These helped me during work on this setup: - -* https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3.html -* https://aws.amazon.com/getting-started/tutorials/deploy-app-command-line-elastic-beanstalk/ -* https://medium.com/@vygandas/how-to-deploy-your-nodejs-app-on-amazon-elastic-beanstalk-aws-eb-with-circleci-short-tutorial-d8210d2a7f0c -* https://realpython.com/deploying-a-django-app-to-aws-elastic-beanstalk/ diff --git a/README.md b/README.md index 6ba1d40..753a12c 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,12 @@ ansible-playbook ansible/prod.yml * [#10](https://github.com/dap-ps/infra-dapps/issues/10) - [prod] Periodic EC2 Snapshots * [#11](https://github.com/dap-ps/infra-dapps/issues/11) - [prod] MongoDB Web UI * [#13](https://github.com/dap-ps/infra-dapps/issues/13) - [prod] Stress test infrastructure + +# Links + +These helped me during work on this setup: + +* https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3.html +* https://aws.amazon.com/getting-started/tutorials/deploy-app-command-line-elastic-beanstalk/ +* https://medium.com/@vygandas/how-to-deploy-your-nodejs-app-on-amazon-elastic-beanstalk-aws-eb-with-circleci-short-tutorial-d8210d2a7f0c +* https://realpython.com/deploying-a-django-app-to-aws-elastic-beanstalk/