Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasLang-dev authored Mar 26, 2022
1 parent 12dedf9 commit 11b61c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
run: |
cd frontend
npm run build
- name: copy dist file with scp
uses: appleboy/scp-action@v0.0.1
- name: copy file via ssh password
uses: appleboy/scp-action@master
with:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USER }}
password: ${{ secrets.REMOTE_PASS }}
port: 22
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: 'frontend/dist'
target: ${{ secrets.REMOTE_TARGET }}

Expand Down

0 comments on commit 11b61c9

Please sign in to comment.