Skip to content
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

remove old IPFS servers #1874

Merged
merged 2 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .github/workflows/build-test-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,30 +135,6 @@ jobs:
IPFS_SERVER_KEY: '${{ secrets.IPFS_PRIMARY_SERVER_KEY }}'
BUILD_PATH: 'out'

- name: Pin to secondary IPFS server
id: ipfs-secondary
uses: ./.github/actions/dev-ipfs-pin
with:
GCP_SA_KEY: '${{ secrets.GCP_SA_KEY }}'
GKE_CLUSTER: '${{ secrets.GKE_CLUSTER }}'
GKE_CLUSTER_REGION: '${{ secrets.GKE_CLUSTER_REGION }}'
IPFS_SERVER_PORT: '${{ secrets.IPFS_SECONDARY_SERVER_PORT }}'
IPFS_SERVER: '${{ secrets.IPFS_SECONDARY_SERVER }}'
IPFS_SERVER_KEY: '${{ secrets.IPFS_SECONDARY_SERVER_KEY }}'
BUILD_PATH: 'out'

- name: Pin to tertiary IPFS server
id: ipfs-tertiary
uses: ./.github/actions/dev-ipfs-pin
with:
GCP_SA_KEY: '${{ secrets.GCP_SA_KEY }}'
GKE_CLUSTER: '${{ secrets.GKE_CLUSTER }}'
GKE_CLUSTER_REGION: '${{ secrets.GKE_CLUSTER_REGION }}'
IPFS_SERVER_PORT: '${{ secrets.IPFS_TERTIARY_SERVER_PORT }}'
IPFS_SERVER: '${{ secrets.IPFS_TERTIARY_SERVER }}'
IPFS_SERVER_KEY: '${{ secrets.IPFS_TERTIARY_KEY }}'
BUILD_PATH: 'out'

cypress_full_v2:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip cypress]')"
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/update-prod-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,6 @@ jobs:
BUILD_PATH: 'out'
PINATA_HASH: '${{ inputs.PINATA_HASH }}'

- name: Pin to secondary IPFS server
id: ipfs-secondary
uses: ./.github/actions/production-ipfs-pin
with:
DOMAIN: app.aave.com
GCP_SA_KEY: '${{ secrets.GCP_SA_KEY }}'
GKE_CLUSTER: '${{ secrets.GKE_CLUSTER }}'
GKE_CLUSTER_REGION: '${{ secrets.GKE_CLUSTER_REGION }}'
IPFS_SERVER_PORT: '${{ secrets.IPFS_SECONDARY_SERVER_PORT }}'
IPFS_SERVER: '${{ secrets.IPFS_SECONDARY_SERVER }}'
IPFS_SERVER_KEY: '${{ secrets.IPFS_SECONDARY_SERVER_KEY }}'
BUILD_PATH: 'out'
PINATA_HASH: '${{ inputs.PINATA_HASH }}'

- name: Pin to tertiary IPFS server
id: ipfs-tertiary
uses: ./.github/actions/production-ipfs-pin
with:
DOMAIN: app.aave.com
GCP_SA_KEY: '${{ secrets.GCP_SA_KEY }}'
GKE_CLUSTER: '${{ secrets.GKE_CLUSTER }}'
GKE_CLUSTER_REGION: '${{ secrets.GKE_CLUSTER_REGION }}'
IPFS_SERVER_PORT: '${{ secrets.IPFS_TERTIARY_SERVER_PORT }}'
IPFS_SERVER: '${{ secrets.IPFS_TERTIARY_SERVER }}'
IPFS_SERVER_KEY: '${{ secrets.IPFS_TERTIARY_KEY }}'
BUILD_PATH: 'out'
PINATA_HASH: '${{ inputs.PINATA_HASH }}'

- name: crust
uses: crustio/ipfs-crust-action@18f5ab4e8496351cfaca10a55ced7119cb0fe677 # v2.0.6
continue-on-error: true
Expand Down
Loading