Skip to content

Commit

Permalink
chg: dev: switch to prod service
Browse files Browse the repository at this point in the history
  • Loading branch information
PromiseFru committed Aug 22, 2023
1 parent 331c869 commit 8a58b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "========================="
echo "🚀 Building project ..."
echo "========================="
if ! docker compose up -d dev; then
if ! docker compose up -d prod; then
echo "❌ Error building project!"
exit 1
fi
Expand Down

0 comments on commit 8a58b61

Please sign in to comment.