updates to paths
Some checks failed
Apply Kuberentes Configs / update-repo (push) Failing after 0s
Apply Kuberentes Configs / update-infrastructure (push) Has been skipped
Update home server containers / update-repo (push) Failing after 0s
Update home server containers / update-infrastructure (push) Has been skipped
Some checks failed
Apply Kuberentes Configs / update-repo (push) Failing after 0s
Apply Kuberentes Configs / update-infrastructure (push) Has been skipped
Update home server containers / update-repo (push) Failing after 0s
Update home server containers / update-infrastructure (push) Has been skipped
This commit is contained in:
@@ -5,7 +5,7 @@ jobs:
|
||||
runs-on: [home-server]
|
||||
steps:
|
||||
- name: checkout repo
|
||||
working-directory: /home/github/infrastructure
|
||||
working-directory: /home/gitea-runner/infrastructure
|
||||
run: |
|
||||
if [ -d "infrastructure" ]; then
|
||||
cd infrastructure
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
GRAFANA_PASSWORD: ${{ secrets.GRAFANA_PASSWORD }}
|
||||
CLOUDFLARE_CONFIG: ${{ secrets.CLOUDFLARE_CONFIG }}
|
||||
COPILOT_TOKEN: ${{ secrets.COPILOT_TOKEN }}
|
||||
working-directory: /home/github/infrastructure/infrastructure
|
||||
working-directory: /home/gitea-runner/infrastructure/infrastructure
|
||||
run: |
|
||||
# echo "$CLOUDFLARE_CONFIG" > /data/cloudflare/cloudflare.ini
|
||||
cd home-server
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
# runs-on: [home-server]
|
||||
# needs: update-repo
|
||||
# steps:
|
||||
# - working-directory: /home/github/infrastructure/infrastructure
|
||||
# - working-directory: /home/gitea-runner/infrastructure/infrastructure
|
||||
# run: |
|
||||
# cd dns
|
||||
# docker compose pull
|
||||
|
||||
Reference in New Issue
Block a user