chore: remove v2 from naming
All checks were successful
Deploy / lint-build-deploy (push) Successful in 2m15s

This commit is contained in:
2026-01-18 18:26:32 +00:00
parent fb45bb918b
commit 46a3fdd3e1

View File

@@ -39,8 +39,8 @@ jobs:
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -H 51.210.247.57 >> ~/.ssh/known_hosts ssh-keyscan -H 51.210.247.57 >> ~/.ssh/known_hosts
ssh debian@51.210.247.57 << 'EOF' ssh debian@51.210.247.57 << 'EOF'
cd /home/debian/markdown2pngv2 cd /home/debian/markdown2png
git pull origin main git pull origin main
cd /home/debian/gitea cd /home/debian/gitea
docker-compose up -d --build markdown2pngv2 docker-compose up -d --build markdown2png
EOF EOF