fix: deploy pipeline
This commit is contained in:
parent
a5605262b3
commit
ef65158b21
1 changed files with 7 additions and 0 deletions
|
|
@ -12,11 +12,18 @@ jobs:
|
|||
container:
|
||||
image: golang:1.25.0
|
||||
steps:
|
||||
- name: Install Node
|
||||
run: |
|
||||
apt update
|
||||
apt-get install -y nodejs
|
||||
node -v
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build Go app
|
||||
run: |
|
||||
cd modules/server
|
||||
go mod tidy
|
||||
go build -o nyanimedb .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue