You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here the :src should be ../deployment/docker, but the script complains about a missing file (indicating that it can actually read something). This might because of some state at the server. When :force true is used this error becomes the error message in #69
clojure.lang.ExceptionInfo: module failed [at script/upload-remote, line 11, column 1] {:type :sci/error, :line 11, :column 1, :message "module failed [at script/upload-remote, line 11, column 1]", :result :failed, :attr-result {:result :failed, :exit 1, :err "stat: cannot stat './app': No such file or directory\n", :out "set_file: ./\nset_file: ./app\n"}, :copy-result {:result :ok}}
The text was updated successfully, but these errors were encountered:
Trying to upload dir deployment/docker with:
Here the
:src
should be../deployment/docker
, but the script complains about a missing file (indicating that it can actually read something). This might because of some state at the server. When:force true
is used this error becomes the error message in #69The text was updated successfully, but these errors were encountered: