Skip to content
Snippets Groups Projects
Forked from asapo / asapo
Source project has a limited visibility.
  • Marc-Olivier Andrez's avatar
    09c2244d
    build: add argument to specify build directory to deploy · 09c2244d
    Marc-Olivier Andrez authored
    This commit modifies the script
    `deploy/build_env/services-linux/run_asapo.sh` so that we can use it
    to deploy services compiled in a directory other than `build/`. This is
    very convenient during development on a local machine  because we may
    want to store different build flavors in directories under the `build/`
    directory.
    
    Note: if no directory is passed to the script, the script uses the
    `build/` directory by default.
    09c2244d
    History
    build: add argument to specify build directory to deploy
    Marc-Olivier Andrez authored
    This commit modifies the script
    `deploy/build_env/services-linux/run_asapo.sh` so that we can use it
    to deploy services compiled in a directory other than `build/`. This is
    very convenient during development on a local machine  because we may
    want to store different build flavors in directories under the `build/`
    directory.
    
    Note: if no directory is passed to the script, the script uses the
    `build/` directory by default.