Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noxilixon authored Nov 7, 2023
1 parent c9f1797 commit b3d3782
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
Expand Up @@ -25,3 +25,12 @@ jobs:

- name: Build
run: hugo --minify

- name: Deploy
uses: appleboy/scp-action@master
with:
host: ${{ secrets.PRODUCTION_SERVER }}
username: ${{ secrets.PRODUCTION_USERNAME }}
key: ${{ secrets.PRODUCTION_SSH_KEY }}
source: "public/"
target: ${{ secrets.PRODUCTION_WEBROOT }}

0 comments on commit b3d3782

Please sign in to comment.