Skip to content

Commit 4c65cc2

Browse files
committed
Resolved merge conflict in NodeInfoPanel.tsx
2 parents b937342 + 959f927 commit 4c65cc2

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- "*"
77

8+
push:
9+
branches:
10+
- main # Runs on push to main
11+
812
jobs:
913
validate:
1014
runs-on: ubuntu-latest
@@ -26,3 +30,13 @@ jobs:
2630

2731
- name: Run Security Audit
2832
run: yarn audit --level moderate
33+
34+
- name: Copy files to the server via SFTP
35+
if: github.ref == 'refs/heads/main'
36+
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
37+
with:
38+
server: ${{ secrets.NEUROJ_SERVER }}
39+
username: ${{ secrets.NEUROJ_SERVER_USER }}
40+
ssh_private_key: ${{ secrets.NEUROJ_SERVER_SSH_KEY }}
41+
local_path: "./*"
42+
remote_path: "/var/www/html/dev/${{ github.actor }}/"

0 commit comments

Comments
 (0)