this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

👷 Setup CI

authored by

Gwenn Le Bihan and committed by
Ewen Le Bihan
3403fe39 5fc79877

+18
+18
.github/workflows/deploy.yml
··· 1 + on: [push] 2 + 3 + jobs: 4 + deploy: 5 + runs-on: ubuntu-latest 6 + steps: 7 + - uses: actions/checkout@v2 8 + - uses: jetli/wasm-pack-action@v0.4.0 9 + - uses: extractions/setup-just@v2 10 + - run: just web 11 + - uses: appleboy/scp-action@v0.1.7 12 + with: 13 + host: ewen.works 14 + username: ewen 15 + key: ${{ secrets.SSH_PRIVATE_KEY }} 16 + source: web/** 17 + target: /home/ewen/www/shapemaker/ 18 + strip_components: 1