commit
d7cfb08e57
@ -42,7 +42,7 @@ jobs:
|
||||
with:
|
||||
ref: dev
|
||||
- name: prepare
|
||||
run: ./run.sh
|
||||
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
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
||||
with:
|
||||
ref: prod
|
||||
- name: prepare
|
||||
run: ./run.sh
|
||||
run: chmod 777 ./run.sh && ./run.sh
|
||||
- name: deploy swarmpit
|
||||
run: docker stack deploy --with-registry-auth -c ./.deploy-swarmpit/deploy-prod.yaml swarmpit
|
||||
- name: deploy portainer
|
||||
|
Loading…
Reference in New Issue
Block a user