File tree Expand file tree Collapse file tree 2 files changed +0
-29
lines changed
Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Original file line number Diff line number Diff 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments