Files
integreat/deploy-staging.sh
2019-01-26 09:02:28 -08:00

5 lines
136 B
Bash
Executable File

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