Skip to content

Commit

Permalink
updated checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jjavieralv authored Jul 16, 2024
1 parent c5d21d2 commit 8f4ef94
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy_fleek.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,12 @@ jobs:
if: github.ref == 'refs/heads/develop'
strategy:
matrix:
environment: ["STAGING"]
environment: ["RINKEBY", "STAGING"]
include:
- environment: "RINKEBY"
fleekfile: "rinkeby.json"
environment_name: "rinkeby"
subgraph_name: ""
- environment: "STAGING"
fleekfile: "staging.json"
environment_name: "staging"
Expand Down Expand Up @@ -117,19 +121,15 @@ jobs:
if: github.ref == 'refs/heads/testing-deployment'
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"
subgraph_name: "staging"
environment: ${{ matrix.environment }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 8f4ef94

Please sign in to comment.