CI/CD → GCP VM with Docker & Jasypt #71
deploy-gcp.yml
on: schedule
Build & Push Docker Image
3m 14s
Weekly prune on Wed 03:00 KST
29s
Deploy to GCP VM
0s
Annotations
2 errors
|
Weekly prune on Wed 03:00 KST
google-github-actions/ssh-compute failed with: failed to execute gcloud command `gcloud compute ssh ubuntu@*** --zone *** --ssh-key-file /tmp/61a73680d593fa4d5f3ccea7/google_compute_engine --quiet --tunnel-through-iap --project *** --command set -euo pipefail
echo "Weekly prune start..."
docker image prune -af --filter "until=168h" || true
docker builder prune -af || true
sudo journalctl --vacuum-time=7d || true
echo "Weekly prune done."`: ERROR: (gcloud.compute.ssh) Could not fetch resource:
- This API method requires billing to be enabled. Please enable billing on project #*** by visiting https://console.developers.google.com/billing/enable?project=*** then retry. If you enabled billing for this project recently, wait a few minutes for the action to propagate to our systems and retry.
|
|
Build & Push Docker Image
Process completed with exit code 1.
|