Skip to content

Commit

Permalink
restore postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Aug 25, 2019
1 parent cd2b988 commit 6496826
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,17 @@ archive:
name_template: "{{ .ProjectName }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"

checksum:
name_template: 'SHA256SUMS'
name_template: "SHA256SUMS"

dockers:
-
goos: linux
- goos: linux
goarch: amd64
skip_push: true
binaries:
- escapepod
- escapepod
image_templates:
- "rphillips/escapepod:latest"
- "rphillips/escapepod:{{ .Tag }}"
- "rphillips/escapepod:latest"
- "rphillips/escapepod:{{ .Tag }}"
dockerfile: Dockerfile
extra_files:
- escapepod.toml.sample
- escapepod.toml.sample
3 changes: 3 additions & 0 deletions .tmuxp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
session_name: escapepod
windows:
- window_name: docker
panes:
- docker-compose -f docker-compose-dev.yml up
- window_name: frontend
panes:
- cd frontend-vue && yarn serve
Expand Down

0 comments on commit 6496826

Please sign in to comment.