Compare commits
No commits in common. "6139172f59e533df0bf2d22722e4e959666bb130" and "fe03ce1498f64a53ef2215e8740f3393a8636138" have entirely different histories.
6139172f59
...
fe03ce1498
@ -12,11 +12,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 1.22
|
go-version: 1.22
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: go build -o dist/oopsie
|
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