Skip to content

Commit

Permalink
Merge branch 'release/1.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Aug 17, 2020
2 parents e201b61 + db02990 commit f757ba9
Show file tree
Hide file tree
Showing 9 changed files with 9,246 additions and 9,490 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
production-branch: master
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy from GitHub Actions"
functions-dir: './functions-test'
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [1.1.6] - 2020-08-17
### Changed
* Update dependencies

## Fixed
* Ignore alias deployment when production deployment

## [1.1.5] - 2020-06-27
### Changed
* Update dependencies
Expand Down Expand Up @@ -119,7 +126,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
* Deploy to Netlify
* Comment on GitHub PR

[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v1.1.5...HEAD
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v1.1.6...HEAD
[1.1.6]: https://github.com/nwtgck/actions-netlify/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/nwtgck/actions-netlify/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/nwtgck/actions-netlify/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/nwtgck/actions-netlify/compare/v1.1.2...v1.1.3
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
- `alias: ${{ github.head_ref }}` replicates the [branch deploy prefix](https://docs.netlify.com/site-deploys/overview/#definitions)
- `alias: deploy-preview-${{ github.event.number }}` replicates the [deploy preview prefix](https://docs.netlify.com/site-deploys/overview/#definitions)

### Paths are relative to the project's root
All paths (eg, `publish-dir`, `netlify-config-path`, `functions-dir`) are relative to the project's root or absolute paths.

### Outputs
- `deploy-url` A deployment URL generated by Netlify

Expand Down
Loading

4 comments on commit f757ba9

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

@github-actions
Copy link
Contributor

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.