Skip to content

Commit

Permalink
test scp
Browse files Browse the repository at this point in the history
prtcl committed Jul 9, 2024
1 parent 549c9ca commit 6658788
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -27,3 +27,12 @@ jobs:
CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY }}
VITE_CONVEX_URL: ${{ secrets.VITE_CONVEX_URL }}
run: npm run deploy
- name: Deploy Build
uses: appleboy/scp-action@v0.1.7
with:
host: ${{ secrets.PRTCL_HOST }}
username: ${{ secrets.PRTCL_USERNAME }}
key: ${{ secrets.PRTCL_KEY }}
port: ${{ secrets.PRTCL_PORT }}
source: dist/*
target: ${{ secrets.PRTCL_REMOTE_PATH }}

0 comments on commit 6658788

Please sign in to comment.