Skip to content

Commit

Permalink
Enabling DigitalOcean deployment without advanced GitHub authenticati…
Browse files Browse the repository at this point in the history
…on (#17)
  • Loading branch information
liarco committed Feb 5, 2022
1 parent a7e4604 commit 093f0ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .do/deploy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ spec:
scope: RUN_TIME
type: SECRET
value: https://mainnet.infura.io/v3/YOUR_PROJECT_ID_HERE
github:
git:
branch: main
deploy_on_push: true
repo: hashlips-lab/safe-nft-metadata-provider
repo_clone_url: https://github.com/hashlips-lab/safe-nft-metadata-provider.git
http_port: 8080
instance_count: 1
instance_size_slug: basic-xxs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ By using the following referral link you will be given a 100$ credit on DigitalO

You can also do a one-click deployment on DigitalOcean:

[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/hashlips-lab/safe-nft-metadata-provider/tree/main)
[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/hashlips-lab/safe-nft-metadata-provider/tree/main&refcode=bcc172152095)

0 comments on commit 093f0ef

Please sign in to comment.