We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is my action
- name: Refresh System uses: appleboy/ssh-action@master with: host: *** username: *** password: *** script: | pkill dotnet cd /home/root/pos.twileloop sudo service apache2 restart nohup dotnet Site.dll
I want my site to run in the background by executing command using nohup.
nohup
The issue is, This action waits for the command to complete and that will never happen. I don't want that, execute and exit. Is it possible?
The text was updated successfully, but these errors were encountered:
same here
solved 👍 #67
Sorry, something went wrong.
duplicated of #67
No branches or pull requests
This is my action
I want my site to run in the background by executing command using
nohup
.The issue is, This action waits for the command to complete and that will never happen.
I don't want that, execute and exit. Is it possible?
The text was updated successfully, but these errors were encountered: