Skip to content

Commit

Permalink
Update website.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikskuh committed Jun 11, 2024
1 parent 1d10248 commit 58e5fb5
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ jobs:
- name: Render website
run: |
zig build run
- name: Deploy with SCP
uses: noobly314/deploy-with-scp@v1
- name: Deploy
uses: easingthemes/ssh-deploy@main
with:
src: website/*
dest: usermap/
username: generic-ci
server-ip: random-projects.net
ssh-key: ${{ secrets.WEBSITE_PRIVATE_KEY }}
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}
ARGS: "-vzrli"
SOURCE: "website/"
REMOTE_HOST: ${{ secrets.DEPLOY_HOST }}
REMOTE_USER: ${{ secrets.DEPLOY_USER }}
REMOTE_PORT: ${{ secrets.DEPLOY_PORT }}
TARGET: "."

0 comments on commit 58e5fb5

Please sign in to comment.