taskmonkey-cli 0.8.4 → 0.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/commands/pull.js +1 -1
package/package.json
CHANGED
package/src/commands/pull.js
CHANGED
|
@@ -392,7 +392,7 @@ Der Server hat SSH-Zugang zu Remote-Servern und deployt ein temporäres PHP-Gate
|
|
|
392
392
|
|
|
393
393
|
**Projekte konfigurieren:** \`database_connections.php\`
|
|
394
394
|
\`\`\`php
|
|
395
|
-
'
|
|
395
|
+
'remote_databases' => [
|
|
396
396
|
'meine_website' => [
|
|
397
397
|
'host' => 'server.example.com',
|
|
398
398
|
'user' => 'ssh-user',
|