Skip to content

Commit b7fd24f

Browse files
committed
ci: add pipeline
1 parent c9c6a48 commit b7fd24f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/frontend-cd.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ jobs:
1919
uses: actions/upload-artifact@v4
2020
with:
2121
name: next-build
22-
path: |
23-
.next
24-
package.json
25-
pnpm-lock.yaml
22+
path: .next
2623
if-no-files-found: error
2724
include-hidden-files: true
2825
compression-level: 6
26+
overwrite: false
2927

3028
- name: Install sshpass
3129
run: sudo apt-get install -y sshpass

0 commit comments

Comments
 (0)