Compare commits
2 Commits
94ae009b29
...
d7cfb08e57
| Author | SHA1 | Date | |
|---|---|---|---|
| d7cfb08e57 | |||
|
|
e445b1f84f |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user