Skip to content

Commit

Permalink
Update v2-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
punkestu authored Oct 3, 2024
1 parent 97ff12e commit f69d71b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/v2-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- run: echo "hello world"
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SECRET_KEY }}
port: 22
script: |
cd repositories/action-test
git pull origin
npm run build

0 comments on commit f69d71b

Please sign in to comment.