We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b07e2 commit e16c0dfCopy full SHA for e16c0df
1 file changed
.github/workflows/prod.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Use Node.js 22
26
uses: actions/setup-node@v4
27
with:
28
- node-version: '22.x'
+ node-version: '22'
29
30
- name: 🔨 Build Project
31
run: |
@@ -36,7 +36,7 @@ jobs:
36
env:
37
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
38
# ARGS: "-rltgoDzvO --delete"
39
- REMOTE_HOST: 82.25.126.213
+ REMOTE_HOST: 145.79.3.173
40
REMOTE_USER: u965251139
41
REMOTE_PORT: "65002"
42
TARGET: domains/mantisdashboard.com/public_html/angular/free
0 commit comments