Dragan Filipović

Results 36 comments of Dragan Filipović

I've tried both examples, and: `scroll-behavior` works better than `react-router-scroll`, although it should be the same. Probably implementation is missing something, since it will scroll even on `Back` button, which...

Hey @adityaSharma369 Rsync error 12 is usually caused by: - Insufficient disk space - Missing remote Rsync - Failure due to idle connection Check if something changed on your target...

Hey @churnd, you can add multiple steps with same action: ``` - name: Deploy to Staging uses: easingthemes/[email protected] env: SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} SOURCE: "dist/" REMOTE_HOST: ${{ secrets.REMOTE_HOST_ST }} REMOTE_USER:...

Hey @basith374, thanks for reporting. This was fixed in previous bugfix release https://github.com/easingthemes/ssh-deploy/commit/14eb503e6256d31b478a8f11cd538d759b97bf59#diff-bfe9874d239014961b1ae4e89875a6155667db834a410aaaa2ebe3cf89820556R65 Can you please try with latest release v2.1.5

Thanks. Definitely annoying to maintain it manually. I've just checked https://docs.github.com/en/actions/creating-actions/about-actions#using-tags-for-release-management, and looks like I can use one release and multiple tags to keep it simple to use latest version...

Hi @gitdckap, this is just Github action, so it's run on Github machines. You need to follow their updates for IP addresses. Currently: https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#ip-addresses

Sorry, I don't understand what's the issue, can you add more info. Thanks

Currently, you can repeat the action: ``` - name: Deploy to Staging uses: easingthemes/ssh-deploy@[USE LATEST VERSION] env: SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} SOURCE: "dist/" REMOTE_HOST: ${{ secrets.REMOTE_HOST_ST }} REMOTE_USER: ${{ secrets.REMOTE_USER...

Not sure what you need. This is GitHub action, triggered on some changes in GitHub repo.