Skip to content

Commit b9f8812

Browse files
add github actions
1 parent dfebe15 commit b9f8812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
HOST_GROUPNAME: ${{ secrets.HOST_GROUPNAME }}
3333
run: |
3434
docker compose --env-file ./service/.env up -d
35-
docker compose --env-file ./service/.env exec service bash python3 main.py
35+
# docker compose --env-file ./service/.env exec service bash python3 main.py

0 commit comments

Comments
 (0)