Skip to content

Commit

Permalink
Interim commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean committed Feb 18, 2019
1 parent 6431c79 commit 075b9ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ deploy:
api_key:
secure: AAoVb/KhpFiNhxrqRS9fCe1Sjn6/wcBy61jqFL8Wlb/YF0rlY5sapslTYRenANbo+WvvAzgHorEkKdpFsFfUG1LFgnqeQzUAAgtbHdJbyPaT6yZZQWLlBO5YOJWWz0J9HAgHI+tcGctQ67VcCPTs3ouTsGL70OMMmsvUZnpPb69ghJ9HvPkPlUSqs4/ZVq5fja3EJuaF28z2l7dlt4euZCTGBoIAeF1e87OdqsAak1EQgDHNWQ/rJORIiR/FAiyYgOrGcdpdZVrUda639vM4rM1u5/scOY8+XZ0G2TUzivU5tmFD1swRFo+jF8UJFnke2d2yw71qmPdFzunRylVA9vdNbjTdU0JKHM7gO4eXu9Nz7CP74VqYVRtPUEmwASfTtJOXfTqI8SRJPXxtySjQbgvSSytkvQ+wRCNmVWjZYhHHJHGknXbW0MNIH6i+EKmi67rPq1CNbvywKEHVGZvl1fOh/Gv2e9U8l5G+azpHhBZ5nc7uSR+eShFodTiWs5lahRa4P5UvviBvs2vHRy2Z/KxGEkp7vZ8mKe1u2M9pmrULOB6B/Qjb55ePuAPRVqL0nDGBPzXa4e1jTTrUke3mQGPtBAtQBjqwrxLAVUtaJDBLxYaq36n+u1nPtgHMI8nOfnTStkXVgXElSj4iA6H2GRmtko+yxGWnJmAkRSVLWy4=
file:
- cmd/mainnet/eth-height-health_darwin_amd64
- cmd/mainnet/eth-height-health_linux_amd64
- cmd/mainnet/eth-height-health_windows_amd64.exe
- cmd/mainnet/mainnet_darwin_amd64
- cmd/mainnet/mainnet_linux_amd64
- cmd/mainnet/mainnet_windows_amd64.exe
- cmd/testnet/testnet_darwin_amd64
- cmd/testnet/testnet_linux_amd64
- cmd/testnet/testnet_windows_amd64.exe
on:
repo: seanturner83/eth-height-health
all_branches: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN adduser -D golang

FROM scratch
# the binary:
ADD cmd/mainnet/eth-height-health_linux_amd64 /eth-height-health
ADD cmd/mainnet/mainnet_linux_amd64 /eth-height-health
# the timezone data:
ENV ZONEINFO /zoneinfo.zip
COPY --from=alpine /zoneinfo.zip /
Expand Down

0 comments on commit 075b9ef

Please sign in to comment.