test local clone
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 0s

This commit is contained in:
Clemens Hering
2025-11-09 08:30:04 +01:00
parent b4b668dd41
commit fc2393b5c3

View File

@@ -3,7 +3,7 @@ name: Build and Deploy Container
env:
TARGET_HOST: www.valtrix.systems
TARGET_USER: traefik
APP_DIR: /home/traefik/app
APP_DIR: /home/traefik/valtrix-website
CONTAINER_NAME: valtrix-website
QUADLET_FILE: valtrix-website.container
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
@@ -19,8 +19,12 @@ jobs:
build_and_deploy:
runs-on: linux
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Checkout repository from local Gitea
run: |
git clone http://gitea:3000/${{ gitea.repository }} .
git checkout $GITEA_REF_NAME
# - name: Checkout Repository
# uses: actions/checkout@v4
- name: Copy code to target host
run: |