Skip to content

Conversation

@JoftheV
Copy link

@JoftheV JoftheV commented Sep 29, 2024

This pull request introduces two new GitHub Actions workflows to automate the deployment of a Java application to Azure Web Apps and the management of Terraform configurations. The most important changes include the addition of workflows for building and deploying a Java JAR application and for managing Terraform configurations.

New GitHub Actions Workflows:

  • Java Application Deployment to Azure Web Apps:

    • Added a workflow to build and push a Java application to an Azure Web App when a commit is pushed to the dev branch. The workflow includes steps for setting up Java, building with Maven, and deploying to Azure. (.github/workflows/azure-webapps-java-jar.yml)
  • Terraform Configuration Management:

    • Added a workflow to install Terraform CLI, configure it with an API token for Terraform Cloud, and run Terraform commands (init, fmt, plan, apply) on pull request and push events to the dev branch. (.github/workflows/terraform.yml)

Copy link
Author

@JoftheV JoftheV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant