Renaming of final steps in both pipelines.

This commit is contained in:
2025-02-22 20:42:20 -05:00
parent abd9f47b57
commit 88e53d9b9c
2 changed files with 2 additions and 2 deletions
@@ -115,7 +115,7 @@ jobs:
notification_title: 'GITEA: PR Merge Successful'
notification_message: 'PR #${{ steps.pr_merge.outputs.pr_index }} merged.'
ansible-config-deploy:
name: Deploy via Ansible & Docker Compose
name: Ansible Config Deployment
runs-on: ubuntu-latest
needs: [pr-merge]
env:
@@ -254,7 +254,7 @@ jobs:
notification_title: 'GITEA: PR Merge Successful'
notification_message: 'PR #${{ steps.pr_merge.outputs.pr_index }} merged.'
ansible-config-docker-compose-deploy:
name: Deploy via Ansible & Docker Compose
name: Ansible Configs & Docker Compose Deployment
runs-on: ubuntu-latest
needs: [pr-merge]
env: