Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

two new GitHub Actions #19

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

two new GitHub Actions #19

wants to merge 2 commits into from

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