ReFuel.StbImage/build_ci_cd.sh
H. Utku Maden 07f6da8ebe
Some checks failed
Build / build (push) Failing after 43s
This is getting out of hand.
2024-03-21 18:39:44 +03:00

12 lines
175 B
Bash

#!/bin/bash
cd $(dirname "$0")
if [ -z "$QUIK_API_KEY" ]
then
echo "Please define QUIK_API_KEY"
exit 1
fi
pwd
docker-compose run build && docker-compose run publish