Skip to content

Commit

Permalink
update netlify deploy msg
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuanianji committed Oct 10, 2023
1 parent da05f98 commit 687094d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
id: netlify
with:
# note that the --json flag has been passed so we can parse outputs
args: deploy --json --prod --dir './dist' --message 'production [${{ github.sha }}]'
args: deploy --json --prod --dir './dist' --message 'Github Actions - [${{ github.sha }}]'
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
Expand Down

0 comments on commit 687094d

Please sign in to comment.