Fix GCP Deployment

This commit is contained in:
2025-07-18 15:06:02 +01:00
parent edf9665502
commit da013ff6ce

2
Jenkinsfile vendored
View File

@@ -120,7 +120,7 @@ pipeline {
}
}
steps{
sh "gcloud run deploy --project jakecharman jakecharamn-co-uk --image europe-west2-docker.pkg.dev/jakecharman/web/jakecharman.co.uk:latest"
sh "gcloud run deploy --project jakecharman --region europe-west1 --image europe-west2-docker.pkg.dev/jakecharman/web/jakecharman.co.uk:latest jakecharman-co-uk"
}
}