This commit is contained in:
Suzanne Soy 2023-04-18 02:16:18 +01:00
parent b1cde31900
commit 716c61a44e

View File

@ -24,14 +24,14 @@ echo "Adding remote pinning service..."
) > /dev/null 2>&1
echo "Connecting to some IPFS node..."
#(
(
ipfs swarm connect "$IPFS_SWARM_CONNECT_TO"
#) > /dev/null 2>&1
) > /dev/null 2>&1
echo "Pinning $h on the remote service..."
(
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"
# Update Homepage URL on GitHub