https://github.com/yshplsngh/dockerized_ec2_testing
Testing Dockerized app on ec2 using CI-CD pipeline
https://github.com/yshplsngh/dockerized_ec2_testing
aws-ec2 ci-cd docker
Last synced: 3 months ago
JSON representation
Testing Dockerized app on ec2 using CI-CD pipeline
- Host: GitHub
- URL: https://github.com/yshplsngh/dockerized_ec2_testing
- Owner: yshplsngh
- License: mit
- Created: 2024-07-17T16:22:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T09:12:35.000Z (10 months ago)
- Last Synced: 2024-12-31T15:35:23.554Z (5 months ago)
- Topics: aws-ec2, ci-cd, docker
- Language: TypeScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- Generate known hosts file
```
ssh-keyscan ec2-url >> known_hosts
```