Fixing workflow

This commit is contained in:
2025-04-10 16:31:22 +01:00
parent abf625cf99
commit e2026b1123
+3 -3
View File
@@ -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