diff --git a/.github/workflows/firebase.yml b/.github/workflows/firebase.yml index 0db1317..2cf36a1 100644 --- a/.github/workflows/firebase.yml +++ b/.github/workflows/firebase.yml @@ -13,11 +13,6 @@ jobs: uses: actions/checkout@master - name: Install Dependencies run: npm install - - name: Archive Production Artifact - uses: actions/upload-artifact@master - with: - name: dist - path: ./ deploy: name: Deploy needs: build @@ -25,14 +20,9 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@master - - name: Download Artifact - uses: actions/download-artifact@master - with: - name: dist - path: ./ - name: Deploy to Firebase uses: w9jds/firebase-action@master with: - args: deploy --only hosting:yudemoe + args: deploy --only hosting:yudemoe --project yudemoe env: FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} \ No newline at end of file