Skip to content

Instantly share code, notes, and snippets.

@MREstepa
MREstepa / BitbucketInitialization.txt
Last active August 21, 2024 13:09
Setup Bootstrap for CI/CD Pipeline in AWS LightSail and Bitbucket notes
file: scripts/install_dependencies
#!/bin/bash
yum install -y httpd
----------------------------------
file: scripts/start_server
#!/bin/bash
service httpd start