Trigger build via ssh and list files
This commit is contained in:
parent
52c351f1f6
commit
01a286d0b6
7
.github/workflows/astro.yml
vendored
7
.github/workflows/astro.yml
vendored
@ -9,14 +9,11 @@ jobs:
|
||||
name: Run remote SSH command
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Execute remote SSH commands
|
||||
- name: Trigger build via ssh
|
||||
uses: appleboy/ssh-action@master
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USER }}
|
||||
key: ${{ secrets.KEY }}
|
||||
script: |
|
||||
mkdir hallo
|
||||
ls
|
||||
|
Loading…
Reference in New Issue
Block a user