Add remote SSH command execution step to Astro workflow

This commit is contained in:
Max Schmidt 2023-05-13 17:48:33 +02:00
parent 759a477f31
commit 52c351f1f6

View File

@ -11,6 +11,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Execute remote SSH commands
uses: appleboy/ssh-action@master
with: