Compare commits

...

2 Commits

Author SHA1 Message Date
ff95446e07 workflow: temporary change api url when build image
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 5m30s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-21 08:14:08 +07:00
3bb798c39e workflow: temporary change api url to wg
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-21 08:11:35 +07:00

View File

@@ -21,9 +21,11 @@ jobs:
- name: Build webapp - name: Build webapp
run: | run: |
cd accounting-ng-nuttakit 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 ng build
- name: Build docker image - name: Build docker image
run: | run: |
docker build . -t accounting-frontend:latest docker build . -t accounting-frontend:latest
docker image ls