Skip to content

Commit

Permalink
Creating a dedicated branch for v1 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
liarco committed Aug 16, 2022
1 parent d162dbc commit 059ce8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .do/deploy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
type: SECRET
value: https://mainnet.infura.io/v3/YOUR_PROJECT_ID_HERE
git:
branch: main
branch: 1.x
repo_clone_url: https://github.com/hashlips-lab/safe-nft-metadata-provider.git
http_port: 8080
instance_count: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PHP CI
on:
push:
branches:
- main
- 1.x
paths:
- .github/workflows/php-ci.yaml
- '**.php'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,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&refcode=bcc172152095)
[![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/1.x&refcode=bcc172152095)

0 comments on commit 059ce8c

Please sign in to comment.