Skip to content

Commit e49b967

Browse files
committed
ci: update fleek action to v1.0.1
1 parent 6392334 commit e49b967

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/deploy_develop.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ jobs:
4545
ARAGON_ETH_SUBSCRIPTION_EVENT_DELAY: 5000
4646
ARAGON_FORTMATIC_API_KEY: ${{ secrets.FORMATIC_API_KEY }}
4747
ARAGON_PORTIS_DAPP_ID: ${{ secrets.PORTIS_DAPP_ID }}
48-
# TODO remove --network-concurrency 1 once use-wallet 0.9.0 is published
49-
run: yarn install --frozen-lockfile --network-concurrency 1 && yarn build
48+
run: yarn install --frozen-lockfile && yarn build
5049
- name: Deploy fleek
5150
id: deploy
52-
uses: fleekhq/action-deploy@v1
51+
uses: fleekhq/action-deploy@v1.0.1
5352
with:
5453
apiKey: ${{ secrets.FLEEK_API_KEY }}
5554
- name: Get the output url

.github/workflows/deploy_prod.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ jobs:
4545
ARAGON_ETH_SUBSCRIPTION_EVENT_DELAY: 5000
4646
ARAGON_FORTMATIC_API_KEY: ${{ secrets.FORMATIC_API_KEY }}
4747
ARAGON_PORTIS_DAPP_ID: ${{ secrets.PORTIS_DAPP_ID }}
48-
# TODO remove --network-concurrency 1 once use-wallet 0.9.0 is published
49-
run: yarn install --frozen-lockfile --network-concurrency 1 && yarn build
48+
run: yarn install --frozen-lockfile && yarn build
5049
- name: Deploy fleek
5150
id: deploy
52-
uses: fleekhq/action-deploy@v1
51+
uses: fleekhq/action-deploy@v1.0.1
5352
with:
5453
apiKey: ${{ secrets.FLEEK_API_KEY }}
5554
- name: Get the output url

0 commit comments

Comments
 (0)