Files
integreat/deploy-staging.sh
2018-06-14 23:16:12 -07:00

5 lines
136 B
Bash
Executable File

#!/bin/sh
eval $(docker-machine env aws01)
docker-compose -f docker-compose.yml -f docker-compose.staging.yml -p staging up --build -d