Skip to content

Commit

Permalink
remove the extra message from deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRaslan committed Dec 1, 2021
1 parent bc265b9 commit 3448687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}"

0 comments on commit 3448687

Please sign in to comment.