Skip to content

Commit

Permalink
Merge pull request #52 from meltred/frontend
Browse files Browse the repository at this point in the history
Frontend
  • Loading branch information
KunalSin9h committed Dec 24, 2023
2 parents 4a17ee0 + acd6cf9 commit b803262
Show file tree
Hide file tree
Showing 23 changed files with 1,087 additions and 580 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ jobs:
- name: Check outputs
run: echo ${{ steps.vars.outputs.latest_tag }}

- name: Find and replace app version
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "dev"
replace: "${{ steps.vars.outputs.latest_tag }}"
include: "version/version.go"
regex: true

- uses: actions/setup-go@v4
with:
go-version: stable
Expand Down
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ before:
- go mod tidy

builds:
- main: main.go
binary: meltcd
ldflags:
- -s -w -X github.com/meltred/meltcd/version.Version={{ .Version }}
- env:
- CGO_ENABLED=0
- MELTCD_HOST=0.0.0.0
Expand Down
244 changes: 0 additions & 244 deletions server/static/assets/index-679e40be.js

This file was deleted.

244 changes: 244 additions & 0 deletions server/static/assets/index-7f1f480a.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions server/static/assets/index-923fb9d9.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b803262

Please sign in to comment.