Skip to content

Commit

Permalink
feat: add github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawndlwd committed Feb 24, 2024
1 parent 432364c commit 2664b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
username: ${{ secrets.SSH_USER }}
port: 22
key: ${{ secrets.DEPLOY_KEY }}
source: 'dist'
target: '/var/www/html'
source: 'dist'
target: '/var/www/html'

0 comments on commit 2664b8f

Please sign in to comment.