if:github.ref == 'refs/heads/main'# we tell Github to only execute this step if we're on our main branch (so we don't put unfinished branches in production)
steps:
- name:Deploying to Ayrenn
uses:appleboy/ssh-action@master# An action made to control Linux servers
with:# We set all our secrets here for the action, these won't be shown in the action logs