Skip to content

Commit

Permalink
feat(#267): Added deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Nov 13, 2024
1 parent a40438b commit 7442028
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test CD

on:
push:
branches:
- 267-multiplayer-mode

jobs:
run_pull:
name: run pull
runs-on: ubuntu-latest
steps:
- name: install liefer
run: |
go install github.com/lxgr-linux/liefer@latest
- name: deploy
run: |
~/go/bin/liefer deliver pokete_server 267-multiplayer-mode ${{ secrets.LIEFER_PRIVKEY }} --address ${{ secrets.LXGR_HOST }}:8080

0 comments on commit 7442028

Please sign in to comment.