File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1- // noinspection JSUnusedGlobalSymbols
21/**
32 * Repo List - used for StackTable.vue in resources.md
43 *
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 */
1312export 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' ] ,
Original file line number Diff line number Diff 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
3937import { repos } from ' ../../.vitepress/vars.js'
4038</script >
4139<StackTable :repos =" repos " />
You can’t perform that action at this time.
0 commit comments