This commit is contained in:
2024-11-23 11:03:25 +03:00
parent d3c3047142
commit a511909fe6
10 changed files with 24 additions and 141 deletions

View File

@@ -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