Rinomina il workflow in GKE Auto-Deploy e migliora la gestione delle variabili per il deployment dell'applicazione
Some checks failed
GKE Auto-Deploy / build-and-deploy (push) Failing after 36s

This commit is contained in:
2026-01-28 18:21:49 +01:00
parent a33d8d8e63
commit c3f8023b6c
3 changed files with 41 additions and 21 deletions

View File

@@ -20,7 +20,7 @@ http {
location / {
root /app;
index index.html;
try_files $uri $uri/ /index.html; # <--- LA MAGIA PER VUE.JS
try_files $uri $uri/ /index.html; # Riga per VueJS SPA
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {