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
|
node-version: 18
|
||||||
|
|
||||||
- name: Build client
|
- name: Build client
|
||||||
run:
|
run: |
|
||||||
cd client
|
cd client
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
@@ -30,12 +30,12 @@ jobs:
|
|||||||
go-version: '1.23.x'
|
go-version: '1.23.x'
|
||||||
|
|
||||||
- name: Build server
|
- name: Build server
|
||||||
run:
|
run: |
|
||||||
cd server
|
cd server
|
||||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o executable
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o executable
|
||||||
|
|
||||||
- name: Prepare to deploy
|
- name: Prepare to deploy
|
||||||
run:
|
run: |
|
||||||
mkdir touch-programming.hazemkrimi.tech
|
mkdir touch-programming.hazemkrimi.tech
|
||||||
mkdir touch-programming.hazemkrimi.tech/public
|
mkdir touch-programming.hazemkrimi.tech/public
|
||||||
mkdir touch-programming.hazemkrimi.tech/api
|
mkdir touch-programming.hazemkrimi.tech/api
|
||||||
|
|||||||
Reference in New Issue
Block a user