Update .forgejo/workflows/CD.yml
This commit is contained in:
parent
1632e41572
commit
e238290916
1 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ jobs:
|
|||
esac
|
||||
|
||||
echo "Deploying to $host for folder $folder"
|
||||
ssh -o StrictHostKeyChecking=no mafyuh@$host << EOF
|
||||
ssh -o StrictHostKeyChecking=no mafyuh@$host << 'EOF'
|
||||
cd /Auto-Homelab/$folder
|
||||
git pull
|
||||
docker-compose up -d
|
||||
|
|
Reference in a new issue