@@ -27,76 +27,18 @@ None of these actions have been tested. This is an exhaustive list of published
2727:::
2828
2929::: details ▶️ Supported Types
30-
3130✅ - Swarm and Compose
3231🐳 - Swarm Only
3332📋 - Compose Only
3433❌ - Only Run, Pull, etc.
35-
3634:::
3735
38- <!-- Data Structure (type: 0-3): ['user/repo', 0] -->
39- <!-- Sort Order - 1: Stars - 2: Forks - 3: Updated -->
40-
41- <StackTable
42- : repos ="[
43- [ 'cssnr/stack-deploy-action', 3] ,
44- [ 'hoverkraft-tech/compose-action', 1] ,
45- [ 'wshihadeh/docker-deployment-action', 3] ,
46- [ 'TapTap21/docker-remote-deployment-action', 3] ,
47- [ 'kitconcept/docker-stack-deploy', 2] ,
48- [ 'serversideup/github-action-docker-swarm-deploy', 2] ,
49- [ 'matchory/docker-swarm-deployment-action', 2] ,
50- [ 'chaplyk/docker-compose-remote-action', 1] ,
51- [ 'matiasnu/github-action-ssh-docker-compose', 1] ,
52- [ 'astappiev/docker-compose-remote-action', 1] ,
53- [ 'sulthonzh/docker-remote-deployment-action', 3] ,
54- [ 'masterjanic/docker-compose-ssh-deployment', 1] ,
55- [ 'littleboyfury/ssh-docker-run', 0] ,
56- [ 'djnotes/github-action-ssh-docker-compose', 1] ,
57- [ 'hasnat/deploy-docker-compose', 1] ,
58- [ 'shockhs/docker-stack-deploy', 2] ,
59- [ 'alcharra/docker-deploy-action-go', 3] ,
60- [ 'erwanclx/docker-remote-deployment-action', 3] ,
61- [ 'open-fringecore/docker-ssh-push', 0] ,
62- [ 'humbertocrispim/ssh-docker-compose-action', 1] ,
63- [ 'jacobjove/deploy-docker-ssh', 3] ,
64- [ '5eqn/docker-compose-remote-action', 1] ,
65- [ 'kamina7/docker-swarm-ssh-deploy-action', 2] ,
66- [ 'nightstory/setup-docker-remote'] ,
67- [ 'simbamarufu1/docker-swarm-deploy-action'] ,
68- [ 'Falling42/ssh-deploy'] ,
69- [ 'thomasvjoseph/ssh-docker'] ,
70- [ 'Vrashabh-Sontakke/docker-stack-deploy-action'] ,
71- [ 'prvious/ssh-docker'] ,
72- [ 'sidikfaha/deploy-docker'] ,
73- [ 'gronitab/docker-swarm-deploy-action'] ,
74- [ '38ri581oq480/docker-run-command-remote-host-action'] ,
75- [ 'keatonLiu/docker-compose-remote-action'] ,
76- [ 'mannes/docker-remote-deployment-action'] ,
77- [ 'goldor8/custom-docker-compose-ssh-deployment'] ,
78- [ 'manugame/custom-docker-compose-ssh-deployment'] ,
79- [ 'hamidfzm/docker-remote-deployment-action'] ,
80- [ 'revelhome/stack-deploy-action'] ,
81- [ 'jrm402/docker-stack-deploy'] ,
82- [ 'sklimaszewski/dokploy-deploy-image-action'] ,
83- [ 'dombyte/docker-deploy'] ,
84- [ 'modcraftmc/custom-docker-compose-ssh-deployment'] ,
85- [ 'anilrajrimal1/ecr-docker-ssh-deployer'] ,
86- [ 'tristiisch/docker-stack-deployment'] ,
87- [ 'hantastic3/ssh-deploy-action'] ,
88- [ 'sovarto/deploy-swarm-service'] ,
89- [ 'leonidgrishenkov/docker-stack-deploy'] ,
90- [ 'xfathurrahman/tailscale-stack-deploy-action'] ,
91- [ 'harrisonratcliffe/github-action-docker-swarm-deploy'] ,
92- [ 'qdrx/stack-deploy-action'] ,
93- [ 'deriannavy/docker-context-action'] ,
94- [ 'Autom3/docker-deployment-action'] ,
95- ] "
96- </StackTable >
97-
98- > ** Updated** - Link to Pulse (activity)
99- > ** Language** - Link to Dependants (users)
36+ <script setup >
37+ // noinspection ES6UnusedImports
38+ import { repos } from ' ../../.vitepress/vars.js'
39+ </script >
40+
41+ <StackTable :repos =" repos " />
10042
10143If there are any missing [ features] ( ../guides/features.md ) you need,
10244please submit a [ feature request] ( https://github.com/cssnr/stack-deploy-action/discussions/categories/feature-requests ) and we will get them added...
0 commit comments