diff --git a/.github/workflows/deploy_fleek.yaml b/.github/workflows/deploy_fleek.yaml index a983f8a..174fd13 100644 --- a/.github/workflows/deploy_fleek.yaml +++ b/.github/workflows/deploy_fleek.yaml @@ -59,12 +59,8 @@ jobs: if: github.ref == 'refs/heads/develop' strategy: matrix: - environment: ["RINKEBY", "STAGING"] + environment: ["STAGING"] include: - - environment: "RINKEBY" - fleekfile: "rinkeby.json" - environment_name: "rinkeby" - subgraph_name: "" - environment: "STAGING" fleekfile: "staging.json" environment_name: "staging"