Skip to content

Commit abdb4b6

Browse files
committed
Remove Docker Swarm deploy
Part of #205
1 parent 94579af commit abdb4b6

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

.github/workflows/deploy.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,3 @@ jobs:
105105
known_hosts: podhost.zenmo.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKVeen0rfyMwiAoQCpIUJ/a2tpM35D/BdEDUyfRTxiXm
106106
- name: Deploy podhost
107107
run: ./webtool/deploy/quadlets/deploy.sh
108-
109-
deploy-swarm:
110-
runs-on: ubuntu-latest
111-
needs: build-backend-container
112-
steps:
113-
- uses: actions/checkout@v5
114-
- name: Deploy to swarm
115-
uses: sagebind/docker-swarm-deploy-action@v2
116-
env:
117-
TAG: ${{ env.TAG }}
118-
with:
119-
remote_host: ssh://root@server.zenmo.com
120-
ssh_private_key: ${{ secrets.SWARM_SSH_PRIVATE_KEY }}
121-
ssh_public_key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ1E4LUG22qgzc8U7oNYGWCn0cyA31+iyX2pck9wcPMS
122-
args: stack deploy --compose-file ./webtool/compose-prod.yaml local4local

webtool/compose-prod.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)