Skip to content

Commit

Permalink
ci: added alias for branch deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Oct 10, 2023
1 parent 885f1fb commit 3e97b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v2.0
with:
alias: ${{ github.ref_name }}
publish-dir: build/web
deploy-message: 'GH-ACTIONS: Deploy of branch ${{ github.ref_name }}'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

1 comment on commit 3e97b8a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.