Skip to content

Commit

Permalink
👷 Setup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed May 1, 2024
1 parent 503dabb commit 49ea577
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on: [push]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jetli/[email protected]
- uses: extractions/setup-just@v2
- run: just web
- uses: appleboy/[email protected]
with:
host: ewen.works
username: ewen
key: ${{ secrets.SSH_PRIVATE_KEY }}
source: web/**
target: /home/ewen/www/shapemaker/
strip_components: 1

0 comments on commit 49ea577

Please sign in to comment.