We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0ee06 commit c8b2cc9Copy full SHA for c8b2cc9
.github/workflows/prod.yml
@@ -22,10 +22,10 @@ jobs:
22
- name: 🚚 Get latest code
23
uses: actions/checkout@v4
24
25
- - name: Use Node.js 20
+ - name: Use Node.js 22
26
uses: actions/setup-node@v4
27
with:
28
- node-version: '20.x'
+ node-version: '22'
29
30
- name: 🔨 Build Project
31
run: |
@@ -38,7 +38,7 @@ jobs:
38
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
39
# ARGS: "-rltgoDzvO --delete"
40
SOURCE: 'dist/'
41
- REMOTE_HOST: 91.108.116.107
+ REMOTE_HOST: 82.29.156.38
42
REMOTE_USER: u106957989
43
REMOTE_PORT: '65002'
44
TARGET: domains/codedthemes.com/public_html/demos/admin-templates/datta-able/react/free
0 commit comments