update publish source

pull/1760/head^2
yann300 3 years ago committed by GitHub
parent 932502e912
commit 0769675114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/remix-ide/ci/publishIpfs

@ -3,7 +3,7 @@
const IpfsHttpClient = require('ipfs-http-client')
const { globSource } = IpfsHttpClient
console.log('current folder', process.cwd())
const folder = process.cwd() + '/temp_publish_docker';
const folder = process.cwd() + '/dist/apps/remix-ide';
(async () => {
const host = 'ipfs.remixproject.org'

Loading…
Cancel
Save