GeekZoneHQ / web

Software to power the Geek.Zone website and apps
http://geek.zone/web
GNU General Public License v3.0
19 stars 29 forks source link

Restored deploy jobs in cicd pipeline #698

Closed giulio-giunta closed 9 months ago

giulio-giunta commented 10 months ago

Description

Currently, the deploy jobs in the cicd pipeline are commented out.

Related Issue

"resolves #693"

Motivation and Context

The deploy jobs were commented out because there had been an issue with the Terraform configuration in the 'Infra' repo that prevented the creation of the AKS cluster where to deploy the Geek Zone app. That issue is now solved, so the deploy jobs can be restored.

How Has This Been Tested?

The k8s cluster has been created by manually running terraform apply

Types of changes

Checklist:

sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

giulio-giunta commented 10 months ago

@jamesgeddes, Could you please review this PR? The cicd ran successfully and deployed the application in the AKS cluster, which was spun by Terraform image

giulio-giunta commented 9 months ago

Thanks @jamesgeddes