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:32:56 +01:00
parent fc2393b5c3
commit bf48b02fb5

View File

@@ -25,10 +25,11 @@ jobs:
git checkout $GITEA_REF_NAME git checkout $GITEA_REF_NAME
# - name: Checkout Repository # - name: Checkout Repository
# uses: actions/checkout@v4 # uses: actions/checkout@v4
# rsync -az --delete ./ $TARGET_USER@$TARGET_HOST:$APP_DIR/
- name: Copy code to target host - name: Copy code to target host
run: | run: |
rsync -az --delete ./ $TARGET_USER@$TARGET_HOST:$APP_DIR/ scp -r ./ $TARGET_USER@$TARGET_HOST:$APP_DIR/
- name: Build container on target host - name: Build container on target host
run: | run: |