fix: correct infrastructure path
All checks were successful
Deploy / lint-build-deploy (push) Successful in 2m10s
All checks were successful
Deploy / lint-build-deploy (push) Successful in 2m10s
This commit is contained in:
@@ -36,6 +36,6 @@ jobs:
|
|||||||
ssh debian@51.210.247.57 << 'EOF'
|
ssh debian@51.210.247.57 << 'EOF'
|
||||||
cd /home/debian/newsletter-hackernews
|
cd /home/debian/newsletter-hackernews
|
||||||
git pull origin main
|
git pull origin main
|
||||||
cd /home/debian/gitea
|
cd /home/debian/infrastructure
|
||||||
docker compose up -d --build newsletter
|
docker compose up -d --build newsletter
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user