Skip to content

Commit

Permalink
chore: remove outdated Docker workflow and add new backend deploy pip…
Browse files Browse the repository at this point in the history
…eline
  • Loading branch information
LeonardoMeireles55 committed Jan 30, 2025
1 parent 34f5578 commit 426c87e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI/CD
name: Backend Deploy Pipeline

on:
push:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
max_attempts=12
attempt=1
while [ $attempt -le $max_attempts ]; do
if curl -sSf http://localhost:${{ secrets.SERVER_LOCAL_PORT }}/actuator/health; then
if curl -sSf https://lab-spec.systems/backend-api/actuator/health; then
echo "Service is healthy!"
exit 0
fi
Expand Down

0 comments on commit 426c87e

Please sign in to comment.