script
#!/bin/bash
ssh -o StrictHostKeyChecking=no -i {{ssh_key}} -p {{port}} {{username}}@{{host}} << 'EOF'
cd {{path}}/projects/{{name}}
git pull
composer install
cd web/themes/custom/we_core
git pull
drush cr
EOF
ssh -o StrictHostKeyChecking=no -i {{ssh_key}} -p {{port}} {{username}}@{{host}} << 'EOF'
cd {{path}}/projects/{{name}}
git pull
composer install
cd web/themes/custom/we_core
git pull
drush cr
EOF
ID
update_src
Require Confirmation
Off