Workflow: figure out, finally
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
@@ -23,15 +23,10 @@ jobs:
|
|||||||
set -e
|
set -e
|
||||||
docker image rm -f accounting-api:latest
|
docker image rm -f accounting-api:latest
|
||||||
docker build . -t accounting-api:latest
|
docker build . -t accounting-api:latest
|
||||||
- name: Restart compose
|
|
||||||
run: |
|
|
||||||
echo '(cd backend-development-kickstarter && ddd && ddd && ddud)' > /hostpipe
|
|
||||||
Restart Docker Compose:
|
Restart Docker Compose:
|
||||||
runs-on: host
|
runs-on: host
|
||||||
steps:
|
steps:
|
||||||
- name: Testing
|
- name: Restart compose project
|
||||||
run: |
|
run: |
|
||||||
pwd
|
echo '(cd backend-development-kickstarter && ddd && ddd && ddud)' > /hostpipe
|
||||||
ls
|
|
||||||
whoami
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user