Skip to content

Commit 57b61c9

Browse files
committed
Updates
1 parent 93dd4ea commit 57b61c9

File tree

7 files changed

+286
-270
lines changed

7 files changed

+286
-270
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: "Checkout"
1919
uses: actions/checkout@v5
2020

21-
- name: "Setup Node 22"
21+
- name: "Setup Node 24"
2222
uses: actions/setup-node@v5
2323
with:
24-
node-version: 22
24+
node-version: 24
2525

2626
- name: "Install"
2727
run: |

.github/workflows/pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535

36-
- name: "Setup Node 22"
36+
- name: "Setup Node 24"
3737
uses: actions/setup-node@v5
3838
with:
39-
node-version: 22
39+
node-version: 24
4040

4141
- name: "Configure Pages"
4242
uses: actions/configure-pages@v5

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.idea/
22
*.iml
33
.vscode/
4+
**/cache/
45
**/dist/
56
build/
67
node_modules/
7-
.vitepress/cache
88
.vitepress/contributors.json

.vitepress/vars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export const repos = [
1818
['kitconcept/docker-stack-deploy', 2],
1919
['serversideup/github-action-docker-swarm-deploy', 2],
2020
['matchory/docker-swarm-deployment-action', 2],
21-
['chaplyk/docker-compose-remote-action', 1],
2221
['matiasnu/github-action-ssh-docker-compose', 1],
22+
['chaplyk/docker-compose-remote-action', 1],
2323
['astappiev/docker-compose-remote-action', 1],
2424
['sulthonzh/docker-remote-deployment-action', 3],
2525
['masterjanic/docker-compose-ssh-deployment', 1],

docs/public/images/ko-fi.png

7.08 KB
Loading

docs/support.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ If you run into any problems or find a bug, please [open an issue](https://githu
3535

3636
You can chat with us about anything [on discord](https://discord.gg/wXy6m2X8wY).
3737

38-
From here you can contact me directly, `Shane@111150265075298304`.
39-
4038
[![Chat on Discord](https://img.shields.io/badge/Chat_on_Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/wXy6m2X8wY)
4139

4240
### General Feedback
@@ -46,3 +44,7 @@ You can submit general feedback via the [web form](https://cssnr.github.io/feedb
4644
_This method is not recommended to [report issues](https://github.com/cssnr/stack-deploy-action/issues) or [request features](https://github.com/cssnr/stack-deploy-action/discussions/categories/feature-requests)._
4745

4846
[https://cssnr.github.io/feedback/](https://cssnr.github.io/feedback/?app=Stack%20Deploy%20Action)
47+
48+
 
49+
50+
[![Ko-Fi](./public/images/ko-fi.png)](https://ko-fi.com/cssnr)

0 commit comments

Comments
 (0)