Add remote SSH command execution step to Astro workflow
This commit is contained in:
parent
759a477f31
commit
52c351f1f6
1
.github/workflows/astro.yml
vendored
1
.github/workflows/astro.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Execute remote SSH commands
|
||||
uses: appleboy/ssh-action@master
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user