Changing Rikku references to Ultima.
This commit is contained in:
@@ -29,7 +29,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 @ Rikku"
|
notification_title: "GITEA: PR Check @ Ultima"
|
||||||
notification_message: "Checking for existing PR... 🔍"
|
notification_message: "Checking for existing PR... 🔍"
|
||||||
|
|
||||||
- name: PR Check/Creation
|
- name: PR Check/Creation
|
||||||
@@ -45,7 +45,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 @ Rikku"
|
notification_title: "GITEA: PR Check @ Ultima"
|
||||||
notification_message: "PR Check done 🎟️"
|
notification_message: "PR Check done 🎟️"
|
||||||
|
|
||||||
generate-service-list:
|
generate-service-list:
|
||||||
@@ -154,7 +154,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 @ Rikku"
|
notification_title: "GITEA: Docker Compose Dry Run @ Ultima"
|
||||||
notification_message: "Starting Docker Compose dry run..."
|
notification_message: "Starting Docker Compose dry run..."
|
||||||
|
|
||||||
- name: Generate .env from Hashicorp Vault
|
- name: Generate .env from Hashicorp Vault
|
||||||
@@ -164,7 +164,7 @@ jobs:
|
|||||||
HC_VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }}
|
HC_VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }}
|
||||||
HC_VAULT_USERNAME: ${{ secrets.VAULT_GITEA_USER }}
|
HC_VAULT_USERNAME: ${{ secrets.VAULT_GITEA_USER }}
|
||||||
HC_VAULT_PASSWORD: ${{ secrets.VAULT_GITEA_PASSWORD }}
|
HC_VAULT_PASSWORD: ${{ secrets.VAULT_GITEA_PASSWORD }}
|
||||||
HC_VAULT_SECRETS_PATH: rikku-docker/env
|
HC_VAULT_SECRETS_PATH: ultima-docker/env
|
||||||
|
|
||||||
- name: Pre-pull/build service images in parallel
|
- name: Pre-pull/build service images in parallel
|
||||||
uses: https://git.trez.wtf/Trez/docker-select-image-pull@main
|
uses: https://git.trez.wtf/Trez/docker-select-image-pull@main
|
||||||
@@ -178,7 +178,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
mode: compose
|
mode: compose
|
||||||
file: docker-compose.yml
|
file: docker-compose.yml
|
||||||
name: "rikku"
|
name: "ultima"
|
||||||
host: 192.168.1.249
|
host: 192.168.1.249
|
||||||
user: pi
|
user: pi
|
||||||
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
||||||
@@ -191,7 +191,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 @ Rikku"
|
notification_title: "GITEA: Docker Compose Dry Run @ Ultima"
|
||||||
notification_message: "Docker Compose dry run completed successfully."
|
notification_message: "Docker Compose dry run completed successfully."
|
||||||
|
|
||||||
pr-merge:
|
pr-merge:
|
||||||
@@ -285,7 +285,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 @ Rikku"
|
notification_title: "GITEA: Docker Compose Deployment @ Ultima"
|
||||||
notification_message: "Starting Docker Compose run..."
|
notification_message: "Starting Docker Compose run..."
|
||||||
|
|
||||||
- name: Generate .env from Hashicorp Vault
|
- name: Generate .env from Hashicorp Vault
|
||||||
@@ -295,14 +295,14 @@ jobs:
|
|||||||
HC_VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }}
|
HC_VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }}
|
||||||
HC_VAULT_USERNAME: ${{ secrets.VAULT_GITEA_USER }}
|
HC_VAULT_USERNAME: ${{ secrets.VAULT_GITEA_USER }}
|
||||||
HC_VAULT_PASSWORD: ${{ secrets.VAULT_GITEA_PASSWORD }}
|
HC_VAULT_PASSWORD: ${{ secrets.VAULT_GITEA_PASSWORD }}
|
||||||
HC_VAULT_SECRETS_PATH: rikku-docker/env
|
HC_VAULT_SECRETS_PATH: ultima-docker/env
|
||||||
|
|
||||||
- name: Docker Compose Deployment
|
- name: Docker Compose Deployment
|
||||||
uses: cssnr/stack-deploy-action@d58b92bcd776afc57ef12f55bafff71200fd218e # v1.4.0
|
uses: cssnr/stack-deploy-action@d58b92bcd776afc57ef12f55bafff71200fd218e # v1.4.0
|
||||||
with:
|
with:
|
||||||
mode: compose
|
mode: compose
|
||||||
file: docker-compose.yml
|
file: docker-compose.yml
|
||||||
name: "rikku"
|
name: "ultima"
|
||||||
host: 192.168.1.249
|
host: 192.168.1.249
|
||||||
user: pi
|
user: pi
|
||||||
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
||||||
@@ -326,5 +326,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 @ Rikku"
|
notification_title: "GITEA: Docker Compose Deployment @ Ultima"
|
||||||
notification_message: "Deployment completed successfully."
|
notification_message: "Deployment completed successfully."
|
||||||
|
|||||||
@@ -110,7 +110,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 @ Rikku"
|
notification_title: "GITEA: [RENOVATE] Docker Compose Deployment @ Ultima"
|
||||||
notification_message: "Starting Docker Compose run..."
|
notification_message: "Starting Docker Compose run..."
|
||||||
|
|
||||||
- name: Generate .env from Hashicorp Vault
|
- name: Generate .env from Hashicorp Vault
|
||||||
@@ -120,14 +120,14 @@ jobs:
|
|||||||
HC_VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }}
|
HC_VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }}
|
||||||
HC_VAULT_USERNAME: ${{ secrets.VAULT_GITEA_USER }}
|
HC_VAULT_USERNAME: ${{ secrets.VAULT_GITEA_USER }}
|
||||||
HC_VAULT_PASSWORD: ${{ secrets.VAULT_GITEA_PASSWORD }}
|
HC_VAULT_PASSWORD: ${{ secrets.VAULT_GITEA_PASSWORD }}
|
||||||
HC_VAULT_SECRETS_PATH: rikku-docker/env
|
HC_VAULT_SECRETS_PATH: ultima-docker/env
|
||||||
|
|
||||||
- name: Docker Compose Deployment
|
- name: Docker Compose Deployment
|
||||||
uses: cssnr/stack-deploy-action@d58b92bcd776afc57ef12f55bafff71200fd218e # v1.4.0
|
uses: cssnr/stack-deploy-action@d58b92bcd776afc57ef12f55bafff71200fd218e # v1.4.0
|
||||||
with:
|
with:
|
||||||
mode: compose
|
mode: compose
|
||||||
file: docker-compose.yml
|
file: docker-compose.yml
|
||||||
name: "rikku"
|
name: "ultima"
|
||||||
host: 192.168.1.249
|
host: 192.168.1.249
|
||||||
user: pi
|
user: pi
|
||||||
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
||||||
@@ -151,5 +151,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 @ Rikku"
|
notification_title: "GITEA: [RENOVATE] Docker Compose Deployment @ Ultima"
|
||||||
notification_message: "Deployment completed successfully."
|
notification_message: "Deployment completed successfully."
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ jobs:
|
|||||||
-e LOG_LEVEL=${{ vars.RENOVATE_LOG_LEVEL }} \
|
-e LOG_LEVEL=${{ vars.RENOVATE_LOG_LEVEL }} \
|
||||||
-e RENOVATE_GITHUB_COM_TOKEN=${{ secrets.RENOVATE_GITHUB_TOKEN }} \
|
-e RENOVATE_GITHUB_COM_TOKEN=${{ secrets.RENOVATE_GITHUB_TOKEN }} \
|
||||||
-e RENOVATE_CONFIG_FILE=renovate.json \
|
-e RENOVATE_CONFIG_FILE=renovate.json \
|
||||||
-e RENOVATE_REPOSITORIES=trez/rikku-home-assistant \
|
-e RENOVATE_REPOSITORIES=trez/ultima-ai \
|
||||||
--volumes-from ${{ env.JOB_CONTAINER_NAME }} \
|
--volumes-from ${{ env.JOB_CONTAINER_NAME }} \
|
||||||
-w ${GITHUB_WORKSPACE} \
|
-w ${GITHUB_WORKSPACE} \
|
||||||
renovate/renovate:${{ env.RENOVATE_VERSION }}-full
|
renovate/renovate:${{ env.RENOVATE_VERSION }}-full
|
||||||
|
|||||||
Reference in New Issue
Block a user