Clean up explorer deploy and stop mirroring the repo (#19845)
* Stop exporting explorer commits to mirror * Remove heroku config from explorer
This commit is contained in:
parent
ba0ad16816
commit
d39e90d3d7
|
@ -23,7 +23,6 @@ jobs:
|
||||||
depth: false
|
depth: false
|
||||||
script:
|
script:
|
||||||
- .travis/export-github-repo.sh web3.js/ solana-web3.js
|
- .travis/export-github-repo.sh web3.js/ solana-web3.js
|
||||||
- .travis/export-github-repo.sh explorer/ explorer
|
|
||||||
|
|
||||||
- &release-artifacts
|
- &release-artifacts
|
||||||
if: type IN (api, cron) OR tag IS present
|
if: type IN (api, cron) OR tag IS present
|
||||||
|
|
|
@ -262,7 +262,7 @@ pull_or_push_steps() {
|
||||||
all_test_steps
|
all_test_steps
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# web3.js, explorer and docs changes run on Travis...
|
# web3.js, explorer and docs changes run on Travis or Github actions...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
# This repo is a mirror of https://github.com/solana-labs/solana/tree/master/explorer
|
|
||||||
|
|
||||||
Please make changes directly to the main Solana repo: https://github.com/solana-labs/solana
|
|
|
@ -1 +0,0 @@
|
||||||
node_modules
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"buildpacks": [
|
|
||||||
{
|
|
||||||
"url": "https://github.com/solana-labs/create-react-app-buildpack.git"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"https_only": true,
|
|
||||||
"root": "build/",
|
|
||||||
"routes": {
|
|
||||||
"/**": "index.html"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue