Skip to content

Commit 434466e

Browse files
committed
Add local params scripts to gitignore
1 parent 30d14e4 commit 434466e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ hooks
5252
/.junie/
5353
/boost.json
5454
laradumps.yaml
55-
/generate-env
55+
/push-env-params
56+
/remove-env-params
57+

deploy/custom.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,11 @@
299299
// environment is already set on the host ('production' or 'development')
300300
$environment = currentHost()->get('environment') ?? 'development';
301301

302-
// we assume generate-env is in the home directory of the remote_user
302+
// we assume generate-env-params is in the home directory of the remote_user
303303
$remoteUser = get('remote_user');
304304
$homeDir = "/home/{$remoteUser}";
305305

306-
$cmd = "cd {$homeDir} && ./generate-env {$appName} {$environment}";
306+
$cmd = "cd {$homeDir} && ./generate-env-params-params {$appName} {$environment}";
307307

308308
writeln("Running: {$cmd}");
309309
run($cmd);

0 commit comments

Comments
 (0)