fix: Updated versions
All checks were successful
Deploy to Staging / Build Images (push) Successful in 4m36s
Deploy to Staging / Deploy to Staging (push) Successful in 21s
Deploy to Staging / Verify Staging (push) Successful in 8s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
Deploy to Staging / Notify Staging Ready (push) Successful in 7s
Mirror Base Images / Mirror Base Images (push) Successful in 47s

This commit is contained in:
Eric Gullickson
2026-03-19 07:44:38 -05:00
parent 7e2bb9ef36
commit bd2bd26ecf
3 changed files with 11 additions and 7 deletions

View File

@@ -11,14 +11,14 @@
# gitea_username: Username for registry login (default: egullickson)
#
# Optional variables:
# act_runner_version: Version of act_runner to install (default: 0.2.13)
# act_runner_version: Version of act_runner to install
# gitea_instance: Gitea server URL (default: https://git.motovaultpro.com)
- name: Deploy MotoVaultPro Production Runner
hosts: production
become: true
vars:
act_runner_version: "0.2.13"
act_runner_version: "0.3.0"
gitea_instance: "https://git.motovaultpro.com"
gitea_username: "egullickson"
runner_name: "Production Server"
@@ -49,6 +49,8 @@
- gnupg
- jq
- nodejs
- cron
- rsync
state: present
# ============================================