summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-08-07 16:47:47 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2018-08-07 16:54:08 +0200
commit2f41b9e4418def9b69cf237312bc592364585025 (patch)
tree64291839896a796526d4118311f37faf67888a39 /README.md
parent235266ec53f620d94a080ed7ae8e77eaef6dbb3c (diff)
Moved deploy.sh to bin folder
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 662d994c..d56603a5 100644
--- a/README.md
+++ b/README.md
@@ -73,10 +73,11 @@ PRODUCTION_REMOTE # Same as STAGING_REMOTE but for the production environm
PRODUCTION_REMOTE_PATH # Same as STAGING_REMOTE_PATH but for the production environment
```
-#### deploy.sh
-The `deploy.sh` script can be used to deploy the engelsystem. It uses rsync to deploy the application to a server over ssh.
+#### Scripts
+##### bin/deploy.sh
+The `bin/deploy.sh` script can be used to deploy the engelsystem. It uses rsync to deploy the application to a server over ssh.
-For usage see `./deploy.sh -h`
+For usage see `./bin/deploy.sh -h`
### Codestyle
Please ensure that your pull requests follow [PSR-2](http://www.php-fig.org/psr/psr-2/) and [PSR-4](http://www.php-fig.org/psr/psr-4/).