ssh-deploy
ssh-deploy copied to clipboard
GitHub Action for deploying code via rsync over ssh. (with NodeJS)
@easingthemes @sebastianblesgen I added `SCRIPT_BEFORE: |` , `SCRIPT_AFTER` to my YAML file,I can see multiple temp .`sh` files are in there . How could I clear those things ?
I'm trying to use this action, but the job is completed and the files are not uploaded. My steps. I create a new EC2 instance, downloaded de PEM that I...
Hi! i want to know if it is possible that failing the job programmatically for example returning value other than 0 in before script or after script then it would...
By default, when the `TARGET_SOURCE` is set to the current directory, all files are copied to the `TARGET_DIR`. This includes `SCRIPT_BEFORE` cmd if one was created. Over time, this process...
SSH_CMD_ARGS are not being respected in the remoteCmdBefore call. It seems that it's only used for the rsync call. If you need it for the connection, you can't use it...
Can the source be packaged into a zip file and decompressed automatically after scp to the server?
Can the source be packaged into a zip file and decompressed automatically after scp to the server?As our company uses a lot of vue and react compilation environments, it may...
I configured a workflow to deploy my frontend-project on my vps and I have to run the ci on the Windows virtual machine. I used `easingthemes/[email protected]` and configured the $env...
The deployment process has been successfully executed, as illustrated in the accompanying figure. However, it appears that the transfer of the file list remains incomplete. A significant number of files...
When deploying a large batch of files, the process has been stuck at 8% for approximately 30 minutes. Are there any known solutions or troubleshooting steps to resolve this issue?...
Hello, I'm using the `ARGS` environment variable to add some arguments to `rsync` however it seems like the arguments are not add to the `rsync` command. My cd configuration :...