fix: correct infrastructure path
All checks were successful
Deploy / lint-build-deploy (push) Successful in 2m26s
All checks were successful
Deploy / lint-build-deploy (push) Successful in 2m26s
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/synthetic-consumer-data
|
cd /home/debian/synthetic-consumer-data
|
||||||
git pull origin main
|
git pull origin main
|
||||||
cd /home/debian/gitea
|
cd /home/debian/infrastructure
|
||||||
docker-compose up -d --build synthetic-consumer-data
|
docker-compose up -d --build synthetic-consumer-data
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user