fix/cicd #3

Merged
marcio.fernandes merged 62 commits from fix/cicd into master 2025-11-22 17:43:58 +00:00
Showing only changes of commit 1b7b53ddd1 - Show all commits

View File

@@ -10,6 +10,8 @@ on:
jobs:
build:
runs-on: casa-vlan-cicd
env:
GITHUB_TEMP: ${{ runner.temp }}
steps:
- name: Checkout code
uses: actions/checkout@v3
@@ -22,7 +24,7 @@ jobs:
kube_token: ${{ secrets.casa_vlan_kube_token }}
- name: Deploy Home Assistant
shell: bash
shell: bash
run: |
set -e
cd ${{ gitea.workspace }}