diff --git a/.drone.yml b/.drone.yml index 8454938..cd6125e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,7 @@ steps: - name: binary-deploy image: rust:latest commands: + - cp -R /app/dist ./ui/build - cargo build --release - tar cvzf mailspy.tar.gz -C target/release mailspy - wget https://dl.min.io/client/mc/release/linux-amd64/mc diff --git a/README.org b/README.org index ab1a16e..7f93074 100644 --- a/README.org +++ b/README.org @@ -7,7 +7,7 @@ Mailspy is a mock SMTP server for used during development of applications that s Mailspy is available in binary distribution for 64-bit linux systems. #+begin_src sh -curl https://objects.5sigma.io/public/conductor.tar.gz | tar -xz +curl https://objects.5sigma.io/public/mailspy.tar.gz | tar -xz #+end_src * Usage @@ -20,12 +20,12 @@ Execute the mailspy binary: Then set your application to use the following smtp settings: -*SMTP Server*: localhost -*Port*: 7778 -*Username*: Any value -*Password*: Any value -*TLS*: None/Unsecured -*Authorization Type*: Basic Auth +*- SMTP Server*: localhost +*- Port*: 7778 +*- Username*: Any value +*- Password*: Any value +*- TLS*: None/Unsecured +*- Authorization Type*: Basic Auth View emails in the web interface served at: