As a security measure, I have on my server: On So only me, or someone with my ip, can login. Now I need to use an action on github to start making an automated deploy (rsync). I can just comment that line and it works fine, but I believe a good practice would be to set something like this: Since
Tag: github-actions
Adding dependencies to default Github Actions script
I have a Python web app on Azure that gets deployed via Github actions. I use the default deployment script that is created by the Azure deployment center (full script shown below). In order for my application to work, I must SSH into the deployment machine after each deployment and manually activate the virtual environment and install packages that aren’t
Copy several files to current directory using find on busybox
I have the following snippet that works well non normal terminals (for example, on cygwin): What it should do is find all the files that match the provided patterns and copy them to the current directory. However, when I run this terminal on Github Workflows it only copies the .apk files, like if it were ignoring the first item on