From 9e0d6f28d3483a67312c9fa310ba621771c8f7ad Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 10 May 2026 15:40:01 -0400 Subject: [PATCH] Name changes in workflows. --- .gitea/workflows/pr-docker-deploy.yml | 20 ++++++++++---------- .gitea/workflows/renovate-pr-deploy.yml | 8 ++++---- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitea/workflows/pr-docker-deploy.yml b/.gitea/workflows/pr-docker-deploy.yml index 2fadf9d..3302680 100644 --- a/.gitea/workflows/pr-docker-deploy.yml +++ b/.gitea/workflows/pr-docker-deploy.yml @@ -28,7 +28,7 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: PR Check @ Benedikta" + notification_title: "GITEA: PR Check @ Aranea" notification_message: "Checking for existing PR... 🔍" - name: PR Check/Creation @@ -44,7 +44,7 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: PR Check @ Benedikta" + notification_title: "GITEA: PR Check @ Aranea" notification_message: "PR Check done 🎟️" generate-service-list: @@ -156,7 +156,7 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: Docker Compose Dry Run @ Benedikta" + notification_title: "GITEA: Docker Compose Dry Run @ Aranea" notification_message: "Starting Docker Compose dry run..." - name: Get list of Compose files @@ -180,14 +180,14 @@ jobs: HC_VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }} HC_VAULT_AUTH: token HC_VAULT_TOKEN: ${{ secrets.VAULT_GITEA_TOKEN }} - HC_VAULT_SECRETS_PATH: benedikta-docker/env + HC_VAULT_SECRETS_PATH: aranea-docker/env - name: Docker Compose Dry Run uses: cssnr/stack-deploy-action@28c3c6f42b225af7100652b459621c0c966fd901 # v1.5.0 with: mode: compose file: ${{ steps.compose_file_list.outputs.compose_list }} - name: "benedikta" + name: "aranea" host: 192.168.1.241 user: charish ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }} @@ -200,7 +200,7 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: Docker Compose Dry Run @ Benedikta" + notification_title: "GITEA: Docker Compose Dry Run @ Aranea" notification_message: "Docker Compose dry run completed successfully." pr-merge: @@ -291,7 +291,7 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: Docker Compose Deployment @ Benedikta" + notification_title: "GITEA: Docker Compose Deployment @ Aranea" notification_message: "Starting Docker Compose run..." - name: Generate .env from Hashicorp Vault @@ -301,14 +301,14 @@ jobs: HC_VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }} HC_VAULT_AUTH: token HC_VAULT_TOKEN: ${{ secrets.VAULT_GITEA_TOKEN }} - HC_VAULT_SECRETS_PATH: benedikta-docker/env + HC_VAULT_SECRETS_PATH: aranea-docker/env - name: Docker Compose Deployment uses: cssnr/stack-deploy-action@28c3c6f42b225af7100652b459621c0c966fd901 # v1.5.0 with: mode: compose file: ${{ needs.docker-compose-dry-run.outputs.compose_file_list }} - name: "benedikta" + name: "aranea" host: 192.168.1.241 user: charish ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }} @@ -321,5 +321,5 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: Docker Compose Deployment @ Benedikta" + notification_title: "GITEA: Docker Compose Deployment @ Aranea" notification_message: "Deployment completed successfully." diff --git a/.gitea/workflows/renovate-pr-deploy.yml b/.gitea/workflows/renovate-pr-deploy.yml index 9fc47f5..d37a107 100644 --- a/.gitea/workflows/renovate-pr-deploy.yml +++ b/.gitea/workflows/renovate-pr-deploy.yml @@ -99,7 +99,7 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: [RENOVATE] Docker Compose Deployment @ Benedikta" + notification_title: "GITEA: [RENOVATE] Docker Compose Deployment @ `Aranea`" notification_message: "Starting Docker Compose run..." - name: Generate .env from Hashicorp Vault @@ -109,14 +109,14 @@ jobs: HC_VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }} HC_VAULT_AUTH: token HC_VAULT_TOKEN: ${{ secrets.VAULT_GITEA_TOKEN }} - HC_VAULT_SECRETS_PATH: benedikta-docker/env + HC_VAULT_SECRETS_PATH: aranea-docker/env - name: Docker Compose Deployment uses: cssnr/stack-deploy-action@28c3c6f42b225af7100652b459621c0c966fd901 # v1.5.0 with: mode: compose file: ${{ steps.compose_file_list.outputs.compose_list }} - name: "benedikta" + name: "aranea" host: 192.168.1.250 user: charish ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }} @@ -129,5 +129,5 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: [RENOVATE] Docker Compose Deployment @ Benedikta" + notification_title: "GITEA: [RENOVATE] Docker Compose Deployment @ Aranea" notification_message: "Deployment completed successfully."