Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
vesla0x1 committed Apr 6, 2024
1 parent b830320 commit f456044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .deploy/ipfs_deploy.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { create, globSource } from 'kubo-rpc-client';

async function addDir(){
const auth = process.env('IPFS_RPC_API_SECRET');
const url = process.env('IPFS_RPC_API_URL');
const auth = process.env.IPFS_RPC_API_SECRET;
const url = process.env.IPFS_RPC_API_URL;

const client = await create({
url: `${url}/api/v0`,
Expand Down

0 comments on commit f456044

Please sign in to comment.