Skip to content

Commit

Permalink
chore: fail deploy script on error
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Jul 24, 2024
1 parent bdb1027 commit 81eabc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/deploy_docker.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# Fail the script if any command fails
set -e

docker compose build ml
docker compose up -d ml
docker compose build ml --push

0 comments on commit 81eabc1

Please sign in to comment.