Name changes in workflows.
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
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... 🔍"
|
notification_message: "Checking for existing PR... 🔍"
|
||||||
|
|
||||||
- name: PR Check/Creation
|
- name: PR Check/Creation
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
||||||
notification_title: "GITEA: PR Check @ Benedikta"
|
notification_title: "GITEA: PR Check @ Aranea"
|
||||||
notification_message: "PR Check done 🎟️"
|
notification_message: "PR Check done 🎟️"
|
||||||
|
|
||||||
generate-service-list:
|
generate-service-list:
|
||||||
@@ -156,7 +156,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
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..."
|
notification_message: "Starting Docker Compose dry run..."
|
||||||
|
|
||||||
- name: Get list of Compose files
|
- name: Get list of Compose files
|
||||||
@@ -180,14 +180,14 @@ jobs:
|
|||||||
HC_VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }}
|
HC_VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }}
|
||||||
HC_VAULT_AUTH: token
|
HC_VAULT_AUTH: token
|
||||||
HC_VAULT_TOKEN: ${{ secrets.VAULT_GITEA_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
|
- name: Docker Compose Dry Run
|
||||||
uses: cssnr/stack-deploy-action@28c3c6f42b225af7100652b459621c0c966fd901 # v1.5.0
|
uses: cssnr/stack-deploy-action@28c3c6f42b225af7100652b459621c0c966fd901 # v1.5.0
|
||||||
with:
|
with:
|
||||||
mode: compose
|
mode: compose
|
||||||
file: ${{ steps.compose_file_list.outputs.compose_list }}
|
file: ${{ steps.compose_file_list.outputs.compose_list }}
|
||||||
name: "benedikta"
|
name: "aranea"
|
||||||
host: 192.168.1.241
|
host: 192.168.1.241
|
||||||
user: charish
|
user: charish
|
||||||
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
||||||
@@ -200,7 +200,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
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."
|
notification_message: "Docker Compose dry run completed successfully."
|
||||||
|
|
||||||
pr-merge:
|
pr-merge:
|
||||||
@@ -291,7 +291,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
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..."
|
notification_message: "Starting Docker Compose run..."
|
||||||
|
|
||||||
- name: Generate .env from Hashicorp Vault
|
- name: Generate .env from Hashicorp Vault
|
||||||
@@ -301,14 +301,14 @@ jobs:
|
|||||||
HC_VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }}
|
HC_VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }}
|
||||||
HC_VAULT_AUTH: token
|
HC_VAULT_AUTH: token
|
||||||
HC_VAULT_TOKEN: ${{ secrets.VAULT_GITEA_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
|
- name: Docker Compose Deployment
|
||||||
uses: cssnr/stack-deploy-action@28c3c6f42b225af7100652b459621c0c966fd901 # v1.5.0
|
uses: cssnr/stack-deploy-action@28c3c6f42b225af7100652b459621c0c966fd901 # v1.5.0
|
||||||
with:
|
with:
|
||||||
mode: compose
|
mode: compose
|
||||||
file: ${{ needs.docker-compose-dry-run.outputs.compose_file_list }}
|
file: ${{ needs.docker-compose-dry-run.outputs.compose_file_list }}
|
||||||
name: "benedikta"
|
name: "aranea"
|
||||||
host: 192.168.1.241
|
host: 192.168.1.241
|
||||||
user: charish
|
user: charish
|
||||||
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
||||||
@@ -321,5 +321,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
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."
|
notification_message: "Deployment completed successfully."
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
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..."
|
notification_message: "Starting Docker Compose run..."
|
||||||
|
|
||||||
- name: Generate .env from Hashicorp Vault
|
- name: Generate .env from Hashicorp Vault
|
||||||
@@ -109,14 +109,14 @@ jobs:
|
|||||||
HC_VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }}
|
HC_VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }}
|
||||||
HC_VAULT_AUTH: token
|
HC_VAULT_AUTH: token
|
||||||
HC_VAULT_TOKEN: ${{ secrets.VAULT_GITEA_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
|
- name: Docker Compose Deployment
|
||||||
uses: cssnr/stack-deploy-action@28c3c6f42b225af7100652b459621c0c966fd901 # v1.5.0
|
uses: cssnr/stack-deploy-action@28c3c6f42b225af7100652b459621c0c966fd901 # v1.5.0
|
||||||
with:
|
with:
|
||||||
mode: compose
|
mode: compose
|
||||||
file: ${{ steps.compose_file_list.outputs.compose_list }}
|
file: ${{ steps.compose_file_list.outputs.compose_list }}
|
||||||
name: "benedikta"
|
name: "aranea"
|
||||||
host: 192.168.1.250
|
host: 192.168.1.250
|
||||||
user: charish
|
user: charish
|
||||||
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
||||||
@@ -129,5 +129,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
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."
|
notification_message: "Deployment completed successfully."
|
||||||
|
|||||||
Reference in New Issue
Block a user