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