We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5312a2 commit d7acad7Copy full SHA for d7acad7
1 file changed
.github/workflows/prod.yml
@@ -22,15 +22,15 @@ 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'
+ node-version: '22'
29
30
- name: 🔨 Build Project
31
run: |
32
corepack enable
33
- yarn set version 4.6.0
+ yarn set version 4.9.1
34
yarn
35
yarn build
36
@@ -40,7 +40,8 @@ jobs:
40
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
41
# ARGS: "-rltgoDzvO --delete"
42
SOURCE: 'dist/'
43
- REMOTE_HOST: 192.34.62.123
44
- REMOTE_USER: mantis
45
- TARGET: public_html/free
+ REMOTE_HOST: 145.79.3.173
+ REMOTE_USER: u965251139
+ REMOTE_PORT: "65002"
46
+ TARGET: domains/mantisdashboard.com/public_html/free
47
EXCLUDE: '/build/, /node_modules/'
0 commit comments