fix #14
@ -42,7 +42,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: dev
|
ref: dev
|
||||||
- name: prepare
|
- name: prepare
|
||||||
run: ./run.sh
|
run: chmod 777 ./run.sh && ./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
|
||||||
|
@ -42,7 +42,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: prod
|
ref: prod
|
||||||
- name: prepare
|
- name: prepare
|
||||||
run: ./run.sh
|
run: chmod 777 ./run.sh && ./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
|
||||||
|
Loading…
Reference in New Issue
Block a user