Skip to content

Commit

Permalink
[PBS-108][HoangHN] fix: πŸ‹ fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoang-Nguyen-Huy committed Nov 20, 2024
1 parent 7f19fd3 commit bcc0512
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
VITE_MESSAGING_SENDER_ID: ${{ secrets.VITE_MESSAGING_SENDER_ID }}
VITE_APP_ID: ${{ secrets.VITE_APP_ID }}
VITE_MEASUREMENT_ID: ${{ secrets.VITE_MEASUREMENT_ID }}


- name: Upload production-ready build files
uses: actions/upload-artifact@v4
Expand All @@ -61,6 +60,12 @@ jobs:
- name: Check out code
uses: actions/checkout@v4

- name: Download artifact
uses: actions/download-artifact@v4
with:
name: production-files
path: ./dist

- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit bcc0512

Please sign in to comment.