We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2714f83 commit 762e698Copy full SHA for 762e698
.github/workflows/CD-dev.yml
@@ -16,6 +16,7 @@ jobs:
16
key: ${{ secrets.SERVER_KEY }}
17
script: |
18
cd ~/moplus_server
19
+ git checkout develop
20
kill -9 $(lsof -t -i :8081)
21
git add ../
22
git commit -m "temp commit"
docker-compose-dev.yml
@@ -32,8 +32,7 @@ volumes:
32
mysql_data:
33
34
networks:
35
- moplus:
36
- name: moplus-dev
+ moplus-dev:
37
driver: bridge
38
nginx-network:
39
external: true
0 commit comments