Github Action with EC2 using SSH Check this out on Dev.to Configure SSH into aws ec2 How to handle SSH keys with ec2-github actions https://zellwk.com/blog/github-actions-deploy/ Declare these git secrets SSH_PRIVATE_KEY HOST_NAME / IP_ADDRESS
Open in Visual Studio Code Open Automator Create a new document Select Quick Action Set “Service receives selected” to files or folders in any application Add a Run Shell Script action your default shell should already be selected, otherwise use /bin/zsh for macOS 10.15 (”Catalina”) or later older versions of macOS use /bin/bash if you're using something else, you probably know what to do 😉