diff options
author | Marius Peter <marius.peter@tutanota.com> | 2024-01-02 19:52:03 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2024-01-02 19:52:03 +0100 |
commit | b62ede386168558b530b9764b9e5d5289e24ce16 (patch) | |
tree | 7660e4e55a9824183a15ef6cc332fd59cc338c00 | |
parent | 805c6b911e4d1ebb4e5e951092fa284705aa1f66 (diff) |
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,4 +11,4 @@ if [ $? -eq 0 ]; then echo App deployed to $remote_app; fi echo Deploying static files: rsync -azvP ./app/static $remote_static --chown=mpeter:www-data -if [ $? -eq 0 ]; then echo Static files to $remote_static.; fi +if [ $? -eq 0 ]; then echo Static files to $remote_static; fi |