trying a different file

This commit is contained in:
2025-09-21 00:44:49 -04:00
parent 9260f3cca6
commit a43ad3497e
2 changed files with 1 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ steps:
template = Template(template_str)
output = template.render(backups=manifest["backups"])
with open(".woodpecker.yml", "w") as f:
with open(".woodpecker/backup-pipeline.yml", "w") as f:
f.write(output)
print("Generated .woodpecker.yml with inline volumes")