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:
|
container:
|
||||||
image: golang:1.25.0
|
image: golang:1.25.0
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Node
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt-get install -y nodejs
|
||||||
|
node -v
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build Go app
|
- name: Build Go app
|
||||||
run: |
|
run: |
|
||||||
|
cd modules/server
|
||||||
go mod tidy
|
go mod tidy
|
||||||
go build -o nyanimedb .
|
go build -o nyanimedb .
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue