Skip to content

Commit 5f6b8f4

Browse files
committed
kestra
1 parent 4a1259e commit 5f6b8f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitlab/ci/kestra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ deploy_kestra_flows:
154154
echo "✅ All flows deployed successfully!"
155155
only:
156156
refs:
157-
- main
157+
- master
158158
changes:
159159
- kestra-flows/_flows/**/*.yml
160160
environment:

kestra-flows/_flows/db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: db_backup_daily
22
namespace: database
3-
description: Backup giornaliero database usando Ansible
3+
description: Backup giornaliero usando Ansible
44

55
tasks:
66
# Pre-check: verifica spazio disco

kestra-flows/_flows/infrastructure/ansible-playbook-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
- id: inventory
1616
type: STRING
1717
defaults: "inventory/hosts.ini"
18-
description: "File inventory da usare"
18+
description: "File inventory"
1919

2020
- id: limit_hosts
2121
type: STRING

0 commit comments

Comments
 (0)