@@ -7,14 +7,16 @@ on:
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
sync-source:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
volumes:
|
||||
- /data:/data
|
||||
steps:
|
||||
- name: Clone or Pull
|
||||
env:
|
||||
REPO_URL: https://gitea.digitoolsolutions.synology.me/lamtruong28/Test.git
|
||||
TARGET_DIR: /workspace/Test
|
||||
TARGET_DIR: /data/Test
|
||||
BRANCH: develop
|
||||
run: |
|
||||
if [ ! -d "$TARGET_DIR/.git" ]; then
|
||||
|
||||
Reference in New Issue
Block a user