Skip to content

Commit a9b3f1a

Browse files
committed
Update StackTable
1 parent 6376f2e commit a9b3f1a

File tree

2 files changed

+73
-64
lines changed

2 files changed

+73
-64
lines changed

.vitepress/vars.js

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
// noinspection JSUnusedGlobalSymbols
2+
/**
3+
* Repo List - used for StackTable.vue in resources.md
4+
*
5+
* Sort Order - 1: Stars - 2: Forks - 3: Last Updated Date
6+
*
7+
* 3 - ✅ - Swarm and Compose
8+
* 2 - 🐳 - Swarm Only
9+
* 1 - 📋 - Compose Only
10+
* 0 - ❌ - Only Run, Pull, etc.
11+
* @type {Array<[string, number]>} Repo, Type
12+
*/
13+
export const repos = [
14+
['cssnr/stack-deploy-action', 3],
15+
['hoverkraft-tech/compose-action', 1],
16+
['wshihadeh/docker-deployment-action', 3],
17+
['TapTap21/docker-remote-deployment-action', 3],
18+
['kitconcept/docker-stack-deploy', 2],
19+
['serversideup/github-action-docker-swarm-deploy', 2],
20+
['matchory/docker-swarm-deployment-action', 2],
21+
['chaplyk/docker-compose-remote-action', 1],
22+
['matiasnu/github-action-ssh-docker-compose', 1],
23+
['astappiev/docker-compose-remote-action', 1],
24+
['sulthonzh/docker-remote-deployment-action', 3],
25+
['masterjanic/docker-compose-ssh-deployment', 1],
26+
['littleboyfury/ssh-docker-run', 0],
27+
['djnotes/github-action-ssh-docker-compose', 1],
28+
['hasnat/deploy-docker-compose', 1],
29+
['shockhs/docker-stack-deploy', 2],
30+
['alcharra/docker-deploy-action-go', 3],
31+
['erwanclx/docker-remote-deployment-action', 3],
32+
['open-fringecore/docker-ssh-push', 0],
33+
['humbertocrispim/ssh-docker-compose-action', 1],
34+
['jacobjove/deploy-docker-ssh', 3],
35+
['5eqn/docker-compose-remote-action', 1],
36+
['kamina7/docker-swarm-ssh-deploy-action', 2],
37+
['nightstory/setup-docker-remote'],
38+
['simbamarufu1/docker-swarm-deploy-action'],
39+
['cgh1999520/docker-remote-deployment-action'],
40+
['Falling42/ssh-deploy'],
41+
['thomasvjoseph/ssh-docker'],
42+
['Vrashabh-Sontakke/docker-stack-deploy-action'],
43+
['prvious/ssh-docker'],
44+
['sidikfaha/deploy-docker'],
45+
['gronitab/docker-swarm-deploy-action'],
46+
['38ri581oq480/docker-run-command-remote-host-action'],
47+
['keatonLiu/docker-compose-remote-action'],
48+
['mannes/docker-remote-deployment-action'],
49+
['goldor8/custom-docker-compose-ssh-deployment'],
50+
['manugame/custom-docker-compose-ssh-deployment'],
51+
['hamidfzm/docker-remote-deployment-action'],
52+
['revelhome/stack-deploy-action'],
53+
['jrm402/docker-stack-deploy'],
54+
['sklimaszewski/dokploy-deploy-image-action'],
55+
['dombyte/docker-deploy'],
56+
['modcraftmc/custom-docker-compose-ssh-deployment'],
57+
['anilrajrimal1/ecr-docker-ssh-deployer'],
58+
['tristiisch/docker-stack-deployment'],
59+
['hantastic3/ssh-deploy-action'],
60+
['sovarto/deploy-swarm-service'],
61+
['leonidgrishenkov/docker-stack-deploy'],
62+
['xfathurrahman/tailscale-stack-deploy-action'],
63+
['harrisonratcliffe/github-action-docker-swarm-deploy'],
64+
['qdrx/stack-deploy-action'],
65+
['deriannavy/docker-context-action'],
66+
['Autom3/docker-deployment-action'],
67+
]

docs/guides/resources.md

Lines changed: 6 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -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

10143
If there are any missing [features](../guides/features.md) you need,
10244
please submit a [feature request](https://github.com/cssnr/stack-deploy-action/discussions/categories/feature-requests) and we will get them added...

0 commit comments

Comments
 (0)