Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
reenable ipfs sync
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed Sep 5, 2023
1 parent 1c6edf1 commit cfc7c5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/staging/applications/ipfs-sync/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ command:
echo "Start: $(date)";
hash=$(ipfs --api "$IPFS_API" add -Q -r /data/contracts --to-files /contracts);
echo "End: $(date) - $hash";
ipfs --api "$IPFS_API" files stat /contracts;
controller:
type: cronjob
restartPolicy: Never
Expand Down

0 comments on commit cfc7c5c

Please sign in to comment.