diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index e8676d9..e04d9ee 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -50,7 +50,7 @@ jobs: - run: echo "🖥️ The workflow is now ready to deploy the ${{ github.repository }} code" - name: Deploying to the development site - run: yarn firebase deploy --only hosting:utasks-develop --non-interactive --token ${{ secrets.FIREBASE_TOKEN }} -m "RunID ${{ github.run_id }} Commit SHA ${{ github.sha }} - Message ${{ github.event.head_commit.message }}" + run: yarn firebase deploy --only hosting:utasks-develop --non-interactive --token ${{ secrets.FIREBASE_TOKEN }} -m "RunID ${{ github.run_id }} Commit SHA ${{ github.sha }}" stage-deployment: name: 🔊 Deploying to staging site @@ -97,7 +97,7 @@ jobs: - run: echo "🖥️ The workflow is now ready to deploy the ${{ github.repository }} code" - name: Deploying to the development site - run: yarn firebase deploy --only hosting:utasks-stage --non-interactive --token ${{ secrets.FIREBASE_TOKEN }} -m "RunID ${{ github.run_id }} Commit SHA ${{ github.sha }} - Message ${{ github.event.head_commit.message }}" + run: yarn firebase deploy --only hosting:utasks-stage --non-interactive --token ${{ secrets.FIREBASE_TOKEN }} -m "RunID ${{ github.run_id }} Commit SHA ${{ github.sha }}" production-deployment: name: 🔊 Deploying to production site @@ -144,4 +144,4 @@ jobs: - run: echo "🖥️ The workflow is now ready to deploy the ${{ github.repository }} code" - name: Deploying to the development site - run: yarn firebase deploy --only hosting:utasks-main --non-interactive --token ${{ secrets.FIREBASE_TOKEN }} -m "RunID ${{ github.run_id }} Commit SHA ${{ github.sha }} - Message ${{ github.event.head_commit.message }}" + run: yarn firebase deploy --only hosting:utasks-main --non-interactive --token ${{ secrets.FIREBASE_TOKEN }} -m "RunID ${{ github.run_id }} Commit SHA ${{ github.sha }}"