From 36d53f1f7477e5593791c76a62f854df10397965 Mon Sep 17 00:00:00 2001 From: Tayh Ferreira Date: Mon, 20 Jul 2026 21:44:30 -0300 Subject: [PATCH] Adiciona pipeline de CI/CD em deploy.yml --- .github/workflows/deploy.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..2539a3e --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,8 @@ +name: CI/CD - build push e deploy +on: + push: + branches: [ main ] + +jobs: + build-and-push; + \ No newline at end of file