Skip to content

Commit c9c6a48

Browse files
committed
ci: add pipeline
1 parent 0f95ae7 commit c9c6a48

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/frontend-cd.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,17 @@ jobs:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v4
1717

18-
- name: Download Build Artifacts
19-
uses: actions/download-artifact@v4
18+
- name: Upload Build Artifacts
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: next-build
22-
path: .next
22+
path: |
23+
.next
24+
package.json
25+
pnpm-lock.yaml
26+
if-no-files-found: error
27+
include-hidden-files: true
28+
compression-level: 6
2329

2430
- name: Install sshpass
2531
run: sudo apt-get install -y sshpass

0 commit comments

Comments
 (0)