Skip to content

Commit

Permalink
fix: deployment action update
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtrazy committed Jul 19, 2024
1 parent 86bb0d7 commit c885e60
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
timeout-minutes: 5
steps:
- name: Frontend-Build
uses: appleboy/ssh-action@v0.1.10
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
command_timeout: 30m
script: |
./lafresca-frontend-action.sh
script: ./lafresca-frontend-action.sh

0 comments on commit c885e60

Please sign in to comment.