feat: adds deploy job to project

This commit is contained in:
2025-11-07 21:30:21 -03:00
parent 4e75afda84
commit 5af5006b87
10 changed files with 352 additions and 2 deletions

13
.gitignore vendored
View File

@@ -47,4 +47,15 @@ dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
.mvn/wrapper/maven-wrapper.jar
### Certs ###
*.pem
### Secrets and Envs ###
.env*
*.secret
.k8s/*.yml
!.k8s/*.template.yml
!.k8s/*.enc.yml