File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - name : Upload build artifact
3838 uses : actions/upload-artifact@v4
3939 with :
40- name : site
41- path : |
42- dist/**
40+ name : static-out
41+ path : out
4342 if-no-files-found : error
4443
4544 deploy :
5251 - name : Download build artifact
5352 uses : actions/download-artifact@v4
5453 with :
55- name : site
56- path : site
54+ name : static-out
55+ path : out
5756
5857 - name : Prepare SSH
5958 shell : bash
8483 # Sync files (delete removed files on server)
8584 rsync -avz --delete \
8685 -e "ssh -i ~/.ssh/id_ed25519 -p $PORT -o StrictHostKeyChecking=yes" \
87- site / "$SSH_USER@$SSH_HOST:$SSH_TARGET_DIR"
86+ out / "$SSH_USER@$SSH_HOST:$SSH_TARGET_DIR"
8887
8988
Original file line number Diff line number Diff line change 11/** @type {import('next').NextConfig } */
22const nextConfig = {
3- output : 'standalone '
3+ output : 'export '
44}
55
66module . exports = nextConfig
Original file line number Diff line number Diff line change 5858 "react-json-tree" : " 0.18.0" ,
5959 "start-server-and-test" : " 2.0.3"
6060 }
61- }
61+ }
You can’t perform that action at this time.
0 commit comments