Skip to content

Commit

Permalink
Use version.txt tag to release to live instead of sha in release to l…
Browse files Browse the repository at this point in the history
…ive workflow

rerelease to test redeploy-live.
  • Loading branch information
fredvd committed Jul 9, 2023
1 parent 3ea154a commit c000506
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-tag-release-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Set Env Vars
id: vars
run: |
echo "TAG=sha-$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "TAG=$(cat version.txt)" >> $GITHUB_OUTPUT
release-frontend:
runs-on: ubuntu-latest
Expand Down
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
## 1.0.3 (unreleased)

- Use version.txt tag to release to live instead of sha in release to live workflow. [fredvd]

- Nothing changed yet.

- Add redeploy-live workflow. [fredvd]

## 1.0.2 (2023-07-09)


- Fix RAZZLE_INTERNAL_API_PATH in frontend stack. [fredvd]


Expand All @@ -15,4 +14,6 @@
- Remove basic_auth from live frontend. [fredvd]


## 1.0.0 (2023-07-09)
## 1.0.0 (2023-07-09)

- First release to live. [fredvd]

0 comments on commit c000506

Please sign in to comment.