Skip to content

Commit 3e18394

Browse files
add github actions
1 parent b9f8812 commit 3e18394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 python3 main.py

0 commit comments

Comments
 (0)