Skip to content

Commit

Permalink
Merge pull request #11 from BeniceSoft/dev/feat-v1.0.0
Browse files Browse the repository at this point in the history
fix: workflow
  • Loading branch information
zengande committed May 5, 2024
2 parents fda2d45 + 1d26c2e commit d49dfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
run: docker service update --image benicesoft/openauthing-sso:latest --update-parallelism 1 --update-delay 10s --with-registry-auth openauthing_sso

- name: Deploy API
run: docker service update --image benicesoft/openauthing-sso:latest --update-parallelism 1 --update-delay 10s --with-registry-auth openauthing_api
run: docker service update --image benicesoft/openauthing-api:latest --update-parallelism 1 --update-delay 10s --with-registry-auth openauthing_api

0 comments on commit d49dfee

Please sign in to comment.