Skip to content

Commit

Permalink
Full ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
assada committed Nov 9, 2023
1 parent 3f28258 commit 08f0e0d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,18 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
source: "release.zip"
target: /home/assada/test

target: /home/assada/ut3usw.dead.guru/
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@v0.1.10
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: |
cd /home/assada/ut3usw.dead.guru/ && rm -rf build && unzip release.zip && rm release.zip
- name: send telegram message on push
uses: appleboy/telegram-action@master
with:
Expand Down

0 comments on commit 08f0e0d

Please sign in to comment.