a fun bot for the hc slack

feat: add deploy workflow

dunkirk.sh c99adcca 915f279b

verified
Changed files
+17
.github
workflows
+16
.github/workflows/deploy.yaml
···
+
on:
+
push:
+
branches:
+
- main
+
jobs:
+
deploy:
+
runs-on: ubuntu-latest
+
steps:
+
- name: file commands
+
uses: appleboy/ssh-action@v1
+
with:
+
host: hackclub.app
+
username: kierank
+
key: ${{ secrets.SSH_KEY }}
+
port: 22
+
script_path: update.sh
+1
update.sh
···
+
cd ~/takes
git restore bun.lock
git fetch --all
git reset --hard origin/main