debug...
This commit is contained in:
parent
b1cde31900
commit
716c61a44e
6
.github/github_update_homepage.sh
vendored
6
.github/github_update_homepage.sh
vendored
|
@ -24,14 +24,14 @@ echo "Adding remote pinning service..."
|
||||||
) > /dev/null 2>&1
|
) > /dev/null 2>&1
|
||||||
|
|
||||||
echo "Connecting to some IPFS node..."
|
echo "Connecting to some IPFS node..."
|
||||||
#(
|
(
|
||||||
ipfs swarm connect "$IPFS_SWARM_CONNECT_TO"
|
ipfs swarm connect "$IPFS_SWARM_CONNECT_TO"
|
||||||
#) > /dev/null 2>&1
|
) > /dev/null 2>&1
|
||||||
|
|
||||||
echo "Pinning $h on the remote service..."
|
echo "Pinning $h on the remote service..."
|
||||||
(
|
(
|
||||||
ipfs pin remote add --service=my-remote-pin --name='site-suzanne.soy-'"$GITHUB_SHA" "$h"
|
ipfs pin remote add --service=my-remote-pin --name='site-suzanne.soy-'"$GITHUB_SHA" "$h"
|
||||||
) > /dev/null 2>&1
|
) # > /dev/null 2>&1
|
||||||
echo "Finished pinning $h on the remote service"
|
echo "Finished pinning $h on the remote service"
|
||||||
|
|
||||||
# Update Homepage URL on GitHub
|
# Update Homepage URL on GitHub
|
||||||
|
|
Loading…
Reference in New Issue
Block a user