Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
ci: Melhorias no CD
Browse files Browse the repository at this point in the history
  • Loading branch information
dannevesdantas committed Mar 17, 2024
1 parent be93b1a commit 9258b03
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Standard
on:
push:
branches:
- main
- develop
- 'feature/**'
- 'fix/**'
Expand Down Expand Up @@ -68,16 +67,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

# ci_docker:
# name: CI - Docker
# steps:
# - name: Docker Build and Push

# cd:
# name: CD
# if: ${{ success() && github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
# needs: [ci, ci_docker]
# steps:
# - name: Deploy Infra
# - name: Deploy App

0 comments on commit 9258b03

Please sign in to comment.