Skip to content

Commit 6d7b0c3

Browse files
committed
Update repos
1 parent 75d01c8 commit 6d7b0c3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.vitepress/vars.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// noinspection JSUnusedGlobalSymbols
21
/**
32
* Repo List - used for StackTable.vue in resources.md
43
*
@@ -8,7 +7,7 @@
87
* 2 - 🐳 - Swarm Only
98
* 1 - 📋 - Compose Only
109
* 0 - ❌ - Only Run, Pull, etc.
11-
* @type {[string, number|undefined][]} Repo, Type
10+
* @type {[string, number|undefined][]} user/repo, type
1211
*/
1312
export const repos = [
1413
['cssnr/stack-deploy-action', 3],
@@ -33,7 +32,6 @@ export const repos = [
3332
['humbertocrispim/ssh-docker-compose-action', 1],
3433
['jacobjove/deploy-docker-ssh', 3],
3534
['5eqn/docker-compose-remote-action', 1],
36-
['rouvenschandl/stack-deploy-action-cf-tunnel', 3],
3735
['kamina7/docker-swarm-ssh-deploy-action', 2],
3836
['nightstory/setup-docker-remote'],
3937
['simbamarufu1/docker-swarm-deploy-action'],

docs/guides/resources.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ None of these actions have been tested. This is an exhaustive list of published
3333
❌ - Only Run, Pull, etc.
3434
:::
3535

36-
<!-- To edit the repos list, update: .vitepress/vars.js -->
3736
<script setup>
38-
// noinspection ES6UnusedImports
3937
import { repos } from '../../.vitepress/vars.js'
4038
</script>
4139
<StackTable :repos="repos" />

0 commit comments

Comments
 (0)