Skip to content

Commit

Permalink
feat: keel deploy command using Pulumi
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbretman committed Dec 11, 2024
1 parent bf43933 commit c2606e9
Show file tree
Hide file tree
Showing 62 changed files with 5,602 additions and 559 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ wasm/*.wasm
.DS_Store

bin

dist
21 changes: 18 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,29 @@ builds:
- darwin
ldflags:
- -s -w -X 'github.com/teamkeel/keel/runtime.Version={{.Version}}' -X 'github.com/teamkeel/keel/cmd.enabledDebugFlags=false'
- main: ./deploy/lambdas/runtime/cmd
id: "runtime-lambda"
binary: runtime-lambda
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
ldflags:
- -s -w -X 'github.com/teamkeel/keel/runtime.Version={{.Version}}'
archives:
- builds:
- keel
- id: keel
builds:
- keel
- id: runtime-lambda
builds:
- runtime-lambda
release:
github:
owner: teamkeel
name: keel
mode: append
prerelease: true
checksum:
name_template: "checksums.txt"
name_template: "checksums.txt"
Loading

0 comments on commit c2606e9

Please sign in to comment.