workflow: temporary change api url to wg

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-21 08:10:11 +07:00
parent 9db43971ce
commit 3bb798c39e

View File

@@ -21,9 +21,10 @@ jobs:
- name: Build webapp
run: |
cd accounting-ng-nuttakit
# temporary change api url for development
sudo sed -i 's@https://api.nuttakit.work@http://10.9.0.0:8001@g' src/environments.ts
ng build
- name: Build docker image
run: |
docker build . -t accounting-frontend:latest
docker image ls