-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add deploy to digital ocean button #66
base: main
Are you sure you want to change the base?
Changes from all commits
9b42d1b
3292277
70b5ccb
d794a7c
7248c16
cb0911c
977f4d9
65959ed
b857c07
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
spec: | ||
name: fasten-onprem | ||
services: | ||
- dockerfile_path: Dockerfile | ||
name: app | ||
git: | ||
branch: add-deploy-to-digital-ocean-button | ||
repo_clone_url: https://github.com/cfu288/fasten-onprem.git | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
envs: | ||
- key: FASTEN_ENV | ||
scope: BUILD_TIME | ||
value: prod | ||
- key: FASTEN_JWT_ISSUER_KEY | ||
scope: RUN_TIME |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ COPY --from=backend-build /go/bin/fasten /opt/fasten/fasten | |
COPY LICENSE.md /opt/fasten/LICENSE.md | ||
COPY config.yaml /opt/fasten/config/config.yaml | ||
|
||
CMD ["/opt/fasten/fasten", "start", "--config", "/opt/fasten/config/config.yaml"] | ||
CMD ["/opt/fasten/fasten", "start", "--config", "/opt/fasten/config/config.yaml", "--debug"] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
||
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,12 @@ | |
</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://cloud.digitalocean.com/apps/new?repo=https://github.com/cfu288/fasten-onprem/tree/add-deploy-to-digital-ocean-button"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. href needs to be updated to |
||
<img src="https://www.deploytodo.com/do-btn-blue.svg" alt="Deploy to DO"> | ||
</a> | ||
</p> | ||
|
||
# Fasten - On Premise/Self-Hosted | ||
|
||
[![CI](https://github.com/fastenhealth/fasten-onprem/actions/workflows/ci.yaml/badge.svg)](https://github.com/fastenhealth/fasten-onprem/actions/workflows/ci.yaml) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
branch
needs to be updated tomain
before merge