test new workflow
This commit is contained in:
parent
021944a345
commit
562b3f1e7b
1 changed files with 8 additions and 9 deletions
17
.github/workflows/main.yml
vendored
17
.github/workflows/main.yml
vendored
|
|
@ -6,17 +6,16 @@ on:
|
|||
- master
|
||||
|
||||
jobs:
|
||||
pull-origin-rebase:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
steps:
|
||||
- name: SSH into VM and deploy
|
||||
uses: appleboy/ssh-action@master
|
||||
port: ${{ secrets.SSH_PORT }}
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
script: |
|
||||
uses: appleboy/ssh-action@master
|
||||
port: ${{ secrets.SSH_PORT }}
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
script: |
|
||||
cd compose/
|
||||
touch t.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue