test local clone
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 0s
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 0s
This commit is contained in:
@@ -25,10 +25,11 @@ jobs:
|
||||
git checkout $GITEA_REF_NAME
|
||||
# - name: Checkout Repository
|
||||
# uses: actions/checkout@v4
|
||||
# rsync -az --delete ./ $TARGET_USER@$TARGET_HOST:$APP_DIR/
|
||||
|
||||
- name: Copy code to target host
|
||||
run: |
|
||||
rsync -az --delete ./ $TARGET_USER@$TARGET_HOST:$APP_DIR/
|
||||
scp -r ./ $TARGET_USER@$TARGET_HOST:$APP_DIR/
|
||||
|
||||
- name: Build container on target host
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user