Commit 599ca7f1 authored by Alfonso Orta's avatar Alfonso Orta

Merge branch 'develop' into 'staging'

added a build file

See merge request !2
parents 79d37173 f11e209e
#!/bin/bash
docker-compose down
status=$?
[ $status -eq 0 ] && echo "build successful" || exit -1
docker-compose up -d
status=$?
[ $status -eq 0 ] && echo "build successful" || exit -1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment