Compare commits

..

2 Commits

Author SHA1 Message Date
d7cfb08e57 Merge pull request 'fix' (#14) from master into dev
Reviewed-on: #14
2024-11-22 01:16:16 +03:00
Administrator
e445b1f84f fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 5s
Deploy Dev / Push (pull_request) Successful in 5s
Deploy Dev / Deploy dev (pull_request) Successful in 28s
Deploy Prod / Build (pull_request) Successful in 5s
Deploy Prod / Push (pull_request) Successful in 7s
Deploy Prod / Deploy prod (pull_request) Successful in 31s
2024-11-22 01:15:41 +03:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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