3 Commits

Author SHA1 Message Date
19440d56a6 ci: ignore .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-01 23:40:14 +03:00
b4fe1239b5 refactor: print debug as yaml 2023-03-01 23:39:53 +03:00
98d893e74b feat: add debug 2023-03-01 22:04:37 +03:00
2 changed files with 6 additions and 0 deletions

View File

@ -27,3 +27,6 @@ starter/
gcloud_auth_key.json
create.sh
README.md
# Ci
.drone.yml

3
templates/_debug.yaml Normal file
View File

@ -0,0 +1,3 @@
{{- define "common.dd" -}}
{{- . | toYaml | fail }}
{{- end -}}