mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
Fixing workflow
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
node-version: 18
|
||||
|
||||
- name: Build client
|
||||
run:
|
||||
run: |
|
||||
cd client
|
||||
npm install
|
||||
npm run build
|
||||
@@ -30,12 +30,12 @@ jobs:
|
||||
go-version: '1.23.x'
|
||||
|
||||
- name: Build server
|
||||
run:
|
||||
run: |
|
||||
cd server
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o executable
|
||||
|
||||
- name: Prepare to deploy
|
||||
run:
|
||||
run: |
|
||||
mkdir touch-programming.hazemkrimi.tech
|
||||
mkdir touch-programming.hazemkrimi.tech/public
|
||||
mkdir touch-programming.hazemkrimi.tech/api
|
||||
|
||||
Reference in New Issue
Block a user