Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some directory not publish success,others works will #47

Open
ileeoyo opened this issue May 21, 2021 · 2 comments
Open

some directory not publish success,others works will #47

ileeoyo opened this issue May 21, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@ileeoyo
Copy link

ileeoyo commented May 21, 2021

partial workflow file

- name: PreDeploy
              run: |
                  sudo ls -al tmp
                  sudo ls -al tmp/files/profiles
- name: Deploy
        uses: s0/git-publish-subdir-action@develop
        env:
            REPO: url
            BRANCH: master
            FOLDER: tmp
            SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}

out log

total 68
drwxr-xr-x 5 runner docker  4096 May 21 09:35 .
drwxr-xr-x 6 runner docker  4096 May 21 09:35 ..
-rw-r--r-- 1 root   root   35149 May 21 09:35 LICENSE
-rw-r--r-- 1 root   root     225 May 21 09:35 README.md
-rw-r--r-- 1 root   root     389 May 21 09:35 bootstrap.sh
drwxr-xr-x 4 root   root    4096 May 21 09:35 files
-rw-r--r-- 1 root   root    1046 May 21 09:35 now.json
drwxr-xr-x 5 root   root    4096 May 21 09:35 sub-web
drwxr-xr-x 8 root   root    4096 May 21 09:35 subconverter
total 20
drwxr-xr-x 2 root root 4096 May 21 09:35 .
drwxr-xr-x 4 root root 4096 May 21 09:35 ..
-rw-r--r-- 1 root root  284 May 21 09:35 china.ini
-rw-r--r-- 1 root root  427 May 21 09:35 free.ini
-rw-r--r-- 1 root root  286 May 21 09:35 free2.ini

all published success except files

@s0
Copy link
Owner

s0 commented May 21, 2021

Hi thanks or the bug report.

Is this by any chance in a public repo that I can take a look at, or is it private?

@ileeoyo
Copy link
Author

ileeoyo commented May 21, 2021

@s0 here is my workflow file linkhttps://raw.githubusercontent.com/ileeoyo/now-subconverter/master/.github/workflows/main.yml

@s0 s0 added the bug Something isn't working label Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants