Compare commits
No commits in common. "6139172f59e533df0bf2d22722e4e959666bb130" and "fe03ce1498f64a53ef2215e8740f3393a8636138" have entirely different histories.
6139172f59
...
fe03ce1498
@ -13,10 +13,3 @@ jobs:
|
||||
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/
|
Loading…
Reference in New Issue
Block a user