We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026a2d4 commit b8358f8Copy full SHA for b8358f8
README.md
@@ -306,6 +306,13 @@ ENV = {
306
'ssh-tunnel': {
307
username: 'your-ssh-username',
308
host: 'remote-mysql-host'
309
+ },
310
+ pipeline: {
311
+ runOrder: {
312
+ sql: {
313
+ after: 'ssh-tunnel'
314
+ }
315
316
}
317
318
```
@@ -320,12 +327,13 @@ server as the destination host, like so:
320
327
321
328
```js
322
329
ENV = {
323
- sql: { /* yada yada */ },
330
+ sql: ..,
324
331
325
332
326
333
host: 'remote-mysql-client',
334
dstHost: 'remote-mysql-server'
- }
335
336
+ pipeline: ..
337
338
339
0 commit comments