github.com/in4it/ecs-deploy@v0.0.42-0.20240508120354-ed77ff16df25/examples/localserver.sh (about)

     1  #!/bin/bash
     2  #
     3  # local server
     4  #
     5  # create a .env file with all the variables first,
     6  # then execute this script using ./examples/localserver.sh
     7  
     8  make build-server && \
     9  
    10  eval $(egrep -v '^#' .env | xargs) ./ecs-deploy-linux-amd64 --server