Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
vesla0x1 committed Apr 3, 2024
1 parent d621f5e commit f40a51e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github-actions-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
- name: Start the container
run: |
mkdir /tmp/ipfsin
mkdir /tmp/ipfsout
docker run -d --name ipfs_host -v /tmp/ipfsin/:/export -v /tmp/ipfsout/:/data/ipfs -p 4001:4001 -p 4001:4001/udp -p 127.0.0.1:8080:8080 -p 127.0.0.1:5001:5001 ipfs/kubo:latest
- name: Download build files
Expand All @@ -57,7 +55,8 @@ jobs:
- name: Add build files to IPFS
run: |
cp -r public /tmp/ipfsin/public
docker exec ipfs_host /bin/sh -c "ipfs add -r /export/public > data/ipfs/out"
docker exec ipfs_host /bin/sh -c "ipfs add -r /export/public > out"
docker exec mv out data/ipfs
- name: check output
run: |
Expand Down

0 comments on commit f40a51e

Please sign in to comment.