Compare commits
No commits in common. "56bf308ecac2a26362967f3d4bc63c914d3209fc" and "dcfe517979195d60a378a8b4b456fce65985d1d5" have entirely different histories.
56bf308eca
...
dcfe517979
@ -41,8 +41,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: dev
|
ref: dev
|
||||||
- name: prepare
|
|
||||||
run: ./run.sh
|
|
||||||
- name: deploy swarmpit
|
- name: deploy swarmpit
|
||||||
run: docker stack deploy --with-registry-auth -c ./.deploy-swarmpit/deploy-dev.yaml swarmpit
|
run: docker stack deploy --with-registry-auth -c ./.deploy-swarmpit/deploy-dev.yaml swarmpit
|
||||||
- name: deploy portainer
|
- name: deploy portainer
|
||||||
|
@ -41,8 +41,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: prod
|
ref: prod
|
||||||
- name: prepare
|
|
||||||
run: ./run.sh
|
|
||||||
- name: deploy swarmpit
|
- name: deploy swarmpit
|
||||||
run: docker stack deploy --with-registry-auth -c ./.deploy-swarmpit/deploy-prod.yaml swarmpit
|
run: docker stack deploy --with-registry-auth -c ./.deploy-swarmpit/deploy-prod.yaml swarmpit
|
||||||
- name: deploy portainer
|
- name: deploy portainer
|
||||||
|
12
run.sh
12
run.sh
@ -1,12 +0,0 @@
|
|||||||
docker login -u mathwave -p $DOCKERHUB_PASSWORD
|
|
||||||
docker network create -d overlay --attachable swarmpit-nginx || true
|
|
||||||
docker network create -d overlay --attachable common-infra-nginx || true
|
|
||||||
docker network create -d overlay --attachable queues || true
|
|
||||||
mkdir /sprint-data/mongo || true
|
|
||||||
mkdir /sprint-data/redis || true
|
|
||||||
mkdir /sprint-data/rabbitmq || true
|
|
||||||
mkdir /sprint-data/certs || true
|
|
||||||
mkdir /sprint-data/gitea || true
|
|
||||||
chmod 777 /sprint-data/redis
|
|
||||||
chmod 777 /sprint-data/rabbitmq
|
|
||||||
chmod 777 /sprint-data/gitea
|
|
Loading…
Reference in New Issue
Block a user