Add build and deploy actions. #1

Open
max wants to merge 19 commits from feat/actions into main
Owner

Instead of building and deploying the proxy locally, we can do that using our Gitea Runner. It contains the following actions:

  • Lint job for Terraform.
  • Plan-checking job for Terraform.
  • Lint job for Ansible.

If a pull request is merged into main, the following jobs will also run:

  • Apply infrastructure job for Terraform.
  • Run playbook job for Ansible.
Instead of building and deploying the proxy locally, we can do that using our Gitea Runner. It contains the following actions: - Lint job for Terraform. - Plan-checking job for Terraform. - Lint job for Ansible. If a pull request is merged into `main`, the following jobs will also run: - Apply infrastructure job for Terraform. - Run playbook job for Ansible.
max added 19 commits 2025-02-19 06:10:36 +00:00
All checks were successful
Build & Deploy / Build Infrastructure (pull_request) Successful in 58s
Build & Deploy / Deploy Application (pull_request) Successful in 24s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/actions:feat/actions
git checkout feat/actions
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: web/proxy#1
No description provided.