Skip to content

Commit 9fd6d6f

Browse files
committed
fix: .
1 parent 50d98f9 commit 9fd6d6f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deploy-fe.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: deploy-fe
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- feature/#334-object-storage-cicd
58

69
jobs:
710
upload-fe:
@@ -11,12 +14,14 @@ jobs:
1114
- name: Checkout
1215
uses: actions/checkout@v4
1316

17+
- name: Setup pnpm
18+
uses: pnpm/action-setup@v4
19+
1420
- name: Setup Python
1521
uses: actions/setup-python@v5
1622
with:
1723
python-version: "3.12"
1824

19-
# d
2025
- name: Setup Node
2126
uses: actions/setup-node@v4
2227
with:
@@ -49,6 +54,5 @@ jobs:
4954
--acl public-read
5055
5156
- name: Deployment summary
52-
if: success()
5357
run: |
5458
echo "✅ Frontend deployed successfully!"

0 commit comments

Comments
 (0)