Skip to content

Commit

Permalink
[skip ci] Update swarm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobas2 authored Oct 8, 2023
1 parent c42f156 commit 9195ec1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
- development
- staging
#env:

jobs:
Expand Down Expand Up @@ -64,7 +62,8 @@ jobs:
bee-url: ${{ env.SWARM_URL }}
dir: ./build
index-document: index.html
timeout: 200000
pin: true
timeout: 20000
- name: update feed
id: swarm-feed
uses: ethersphere/swarm-actions/write-feed@latest
Expand All @@ -90,4 +89,4 @@ jobs:
env:
TOKEN: "${{ secrets.purge_token }}"
run: |
curl -s ${{ env.PURGE_URL }}/deploy/purge?token=${{ secrets.purge_token }} -H "site: create${{ env.DEPLOYMENT }}fairdatasociety.org" -H "uri: "
curl -s ${{ env.PURGE_URL }}/deploy/purge?token=${{ secrets.purge_token }} -H "site: create${{ env.DEPLOYMENT }}fairdrive.io" -H "uri: *"

0 comments on commit 9195ec1

Please sign in to comment.