Skip to content

Instantly share code, notes, and snippets.

View kilamaelie's full-sized avatar
💻
Focusing

kilama Elie kilamaelie

💻
Focusing
View GitHub Profile
@kilamaelie
kilamaelie / build_and_deploy_React.js_App_with_docker_to_AWS_EC2_via_Github_Actions.yml
Last active December 12, 2023 20:54
In today’s digital landscape, master the art of building, deploying and automating ReactJS Apps using Docker, NGINX and GitHub actions on AWS EC2. Dive into this comprehensive guide and transform your coding journey into an adventure of innovation, efficiency and cutting-edge technologies.
name: Continuous Integration and Delivery
on:
push:
branches: [main]
env:
#
WEBSITE_IMAGE: ghcr.io/$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')/website
NGINX_IMAGE: ghcr.io/$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')/nginx