garygrossgarten / github-action-scp

⬆️ Copy a folder to a remote server using SSH
MIT License
190 stars 53 forks source link

There is a success info but nothing on the remote folder. #17

Closed shuiRong closed 4 years ago

shuiRong commented 4 years ago

Github Action Log is here. and you can see this:✅ scp Action finished.

But I don't see any file in the remote server. It's weird.

here is my config.

            - name: deploy
              uses: garygrossgarten/github-action-scp@release
              with:
                local: deploy
                remote: /root/mastodon/
                host: ${{ secrets.SERVER_IP }}
                username: root
                password: ${{secrets.SERVER_PASSWORD}}
shuiRong commented 4 years ago

It's my wrong. the file is out of the deploy file.