trial
This commit is contained in:
@@ -42,11 +42,7 @@ jobs:
|
||||
with:
|
||||
ref: dev
|
||||
- name: prepare
|
||||
run: chmod 777 ./run.sh && ./run.sh
|
||||
- name: deploy swarmpit
|
||||
run: docker stack deploy --with-registry-auth -c ./.deploy-swarmpit/deploy-dev.yaml swarmpit
|
||||
- name: deploy portainer
|
||||
run: docker stack deploy --with-registry-auth -c ./.deploy-portainer/deploy-dev.yaml portainer
|
||||
run: chmod 777 ./prepare/run-development.sh && ./prepare/run-development.sh
|
||||
- name: deploy infra
|
||||
env:
|
||||
MONGO_PASSWORD_DEV: ${{ secrets.MONGO_PASSWORD_DEV }}
|
||||
@@ -55,4 +51,4 @@ jobs:
|
||||
REDIS_PASSWORD_DEV: ${{ secrets.REDIS_PASSWORD_DEV }}
|
||||
RABBITMQ_PASSWORD_DEV: ${{ secrets.RABBITMQ_PASSWORD_DEV }}
|
||||
REGISTRATION_TOKEN: ${{ secrets.REGISTRATION_TOKEN }}
|
||||
run: docker stack deploy --with-registry-auth -c ./.deploy-infra/deploy-dev.yaml infra
|
||||
run: docker stack deploy --with-registry-auth -c ./.deploy-infra/deploy-dev.yaml infra-development
|
||||
|
@@ -42,7 +42,7 @@ jobs:
|
||||
with:
|
||||
ref: prod
|
||||
- name: prepare
|
||||
run: chmod 777 ./run.sh && ./run.sh
|
||||
run: chmod 777 ./prepare/run-production.sh && ./prepare/run-production.sh
|
||||
- name: deploy swarmpit
|
||||
run: docker stack deploy --with-registry-auth -c ./.deploy-swarmpit/deploy-prod.yaml swarmpit
|
||||
- name: deploy portainer
|
||||
|
Reference in New Issue
Block a user