Compare commits

..

No commits in common. "6139172f59e533df0bf2d22722e4e959666bb130" and "fe03ce1498f64a53ef2215e8740f3393a8636138" have entirely different histories.

1 changed files with 1 additions and 8 deletions

View File

@ -12,11 +12,4 @@ jobs:
with:
go-version: 1.22
- name: Build binary
run: go build -o dist/oopsie
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
- name: Copy to prod
run: scp -rp dist/* ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/var/www/uptime.lewisdale.dev/
run: go build -o dist/oopsie