diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..bd17ec4 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,31 @@ +name: Deploy Website + +on: + push: + branches: + - main + +jobs: + deploy: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: 16 + + - name: Install dependencies + run: yarn install + + - name: Build application + run: yarn build + + - name: Deploy website + uses: crustio/ipfs-crust-action@v2.0.6 + with: + cid: QmSkDjtrPkmcMXQXDz6Zo4VjfzNUVtuRWen65yBeeN68zT + seeds: ${{ secrets.CRUST_SEEDS }} \ No newline at end of file diff --git a/public/web3-approved_1.jpg b/public/web3-approved_1.jpg new file mode 100644 index 0000000..0dafb1c Binary files /dev/null and b/public/web3-approved_1.jpg differ diff --git a/public/web3-approved_1.png b/public/web3-approved_1.png new file mode 100644 index 0000000..032d955 Binary files /dev/null and b/public/web3-approved_1.png differ diff --git a/src/App.tsx b/src/App.tsx index a53698a..a5a0bac 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,15 +1,26 @@ import React from 'react'; -import logo from './logo.svg'; +import logo2 from './web3-approved_1.svg'; import './App.css'; function App() { return (
+ This website serves as a placeholder for a future blockchain business.
+
Edit src/App.tsx
and save to reload.