Skip to content

Commit

Permalink
feat: fix install docker in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Leoglme committed Jan 22, 2024
1 parent 0b8b460 commit 96555ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
echo "Running Seeders..."
node ace db:seed
echo "Deploying Mercure SSE service..."
docker-compose up -d mercure-sse
sudo docker-compose up -d mercure-sse
echo "Mercure SSE service deployed successfully!"
echo "Deployment completed successfully!"

0 comments on commit 96555ae

Please sign in to comment.