Skip to content

Commit

Permalink
fix: renomeando arquivo yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
williambrunos committed Feb 24, 2024
1 parent c0704a8 commit 60a3b71
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Java Web App CI/CD

name: deploy
on:
push:
branches:
- feature/automatic_deploy_to_azure

jobs:
build_java_code:
build:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -36,7 +37,7 @@ jobs:

- name: Start Docker
run: docker-compose up -d db

deploy:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit 60a3b71

Please sign in to comment.