Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Adapts deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix "xq" Queißner authored and ikskuh committed Feb 23, 2024
1 parent 86489ef commit ac10505
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
run: |
zig build
# - name: Deploy with SCP
# uses: noobly314/deploy-with-scp@v1
# with:
# src: render/*
# dest: zeg/
# username: generic-ci
# server-ip: random-projects.net
# ssh-key: ${{ secrets.WEBSITE_PRIVATE_KEY }} #
- name: Deploy
uses: easingthemes/ssh-deploy@main
with:
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}
ARGS: "-vzrli"
SOURCE: "zig-out/"
REMOTE_HOST: ${{ secrets.DEPLOY_HOST }}
REMOTE_USER: ${{ secrets.DEPLOY_USER }}
REMOTE_PORT: ${{ secrets.DEPLOY_PORT }}
TARGET: "./live"

0 comments on commit ac10505

Please sign in to comment.