We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9d2d3 commit f6b07e2Copy full SHA for f6b07e2
1 file changed
.github/workflows/prod.yml
@@ -20,12 +20,12 @@ jobs:
20
21
steps:
22
- name: 🚚 Get latest code
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
- - name: Use Node.js 20
26
- uses: actions/setup-node@v3
+ - name: Use Node.js 22
+ uses: actions/setup-node@v4
27
with:
28
- node-version: '20.x'
+ node-version: '22.x'
29
30
- name: 🔨 Build Project
31
run: |
@@ -36,8 +36,8 @@ jobs:
36
env:
37
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
38
# ARGS: "-rltgoDzvO --delete"
39
- SOURCE: 'dist/'
40
- REMOTE_HOST: 192.34.62.123
41
- REMOTE_USER: mantis
42
- TARGET: public_html/angular/free
+ REMOTE_HOST: 82.25.126.213
+ REMOTE_USER: u965251139
+ REMOTE_PORT: "65002"
+ TARGET: domains/mantisdashboard.com/public_html/angular/free
43
EXCLUDE: '/node_modules/'
0 commit comments