Skip to content

Commit

Permalink
cd: ajustando precedencia da pipeline de CD
Browse files Browse the repository at this point in the history
  • Loading branch information
williambrunos committed Feb 24, 2024
1 parent ee858c7 commit a8b71ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
docker push ${{ secrets.DOCKERHUB_USERNAME }}/mandacarubroker-api
deploy:
depends-on: push-to-registry
needs: push-to-registry
name: Deploy to Azure VM
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a8b71ff

Please sign in to comment.