Skip to content

Commit

Permalink
Netlify details
Browse files Browse the repository at this point in the history
Update alias to show branch and commit sha
Use commit message as deploy message
  • Loading branch information
TangoYankee committed Sep 10, 2024
1 parent ceeb933 commit 83e9315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
run: |
netlify deploy \
--dir client/dist \
--alias staging-action \
--alias ${{github.ref_name}}@${{github.sha}} \
--site ${{secrets.NETLIFY_SITE_ID}} \
--auth ${{secrets.NETLIFY_AUTH_TOKEN}} \
--message ${{ github.event.head_commit.message }}
--message "${{ github.event.head_commit.message }}"

0 comments on commit 83e9315

Please sign in to comment.