Skip to content

Commit

Permalink
tag deployments and show diff
Browse files Browse the repository at this point in the history
  • Loading branch information
emdobrin committed Sep 16, 2023
1 parent a9d5108 commit d0a4469
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
template: |
## What’s Changed
$CHANGES
11 changes: 10 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,13 @@ jobs:
uses: icaraps/gatsby-fastly-purge-action@master
with:
fastly-token: ${{ secrets.AIO_FASTLY_TOKEN }}
fastly-url: '${{ secrets.AIO_FASTLY_PROD_URL }}${{ needs.set-state.outputs.path_prefix }}'
fastly-url: '${{ secrets.AIO_FASTLY_PROD_URL }}${{ needs.set-state.outputs.path_prefix }}'
- name: Create GitHub release tag
id: create_release
uses: release-drafter/release-drafter@v5
with:
name: Deployment ${{ github.run_id }}
tag: ${{ github.run_id }}
version: ${{ github.run_id }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d0a4469

Please sign in to comment.