Clone repo and install requirements on instance setup - Fix 1
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m48s

This commit is contained in:
2025-05-14 20:38:30 -05:00
parent e67a6361ad
commit 3c726d6332
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
{ {
"cSpell.words": [ "cSpell.words": [
"certbot",
"fiorinis", "fiorinis",
"gitea", "gitea",
"iptv" "iptv"

View File

@@ -11,7 +11,7 @@ cd /home/ec2-user
git clone https://git.fiorinis.com/Home/iptv-updater-aws.git git clone https://git.fiorinis.com/Home/iptv-updater-aws.git
cd iptv-updater-aws cd iptv-updater-aws
pip3 install -r requirements.txt", pip3 install -r requirements.txt
# Create nginx config # Create nginx config
# echo 'server { # echo 'server {