Merge pull request 'fix' (#14) from master into dev

Reviewed-on: #14
This commit is contained in:
emmatveev 2024-11-22 01:16:16 +03:00
commit d7cfb08e57
2 changed files with 2 additions and 2 deletions

View File

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

View File

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