Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 0501583f031e68305bb283033ef6d0fa995ef72c
Author: bobinstein <cavanaugh.stephen1991@gmail.com>
Date:   Wed Jul 31 18:18:40 2024 -0400

    chore: updated github actions

commit 7ddfd7b
Author: bobinstein <cavanaugh.stephen1991@gmail.com>
Date:   Wed Jul 31 18:11:37 2024 -0400

    chore: finall test of the deploy method?

commit 5fa93af
Author: bobinstein <cavanaugh.stephen1991@gmail.com>
Date:   Wed Jul 31 18:06:02 2024 -0400

    chore: test permaweb deploy

commit 631e602
Author: bobinstein <cavanaugh.stephen1991@gmail.com>
Date:   Wed Jul 31 18:04:22 2024 -0400

    chore: test permaweb deploy

commit a267826
Author: bobinstein <cavanaugh.stephen1991@gmail.com>
Date:   Wed Jul 31 18:00:00 2024 -0400

    chore: testing arweave-deploy

commit 6a4856e
Author: bobinstein <cavanaugh.stephen1991@gmail.com>
Date:   Wed Jul 31 17:55:08 2024 -0400

    chore: test arweave-deploy

commit 8f7a45b
Author: bobinstein <cavanaugh.stephen1991@gmail.com>
Date:   Wed Jul 31 17:05:39 2024 -0400

    chore: testing github actions

commit 13ca3e7
Author: bobinstein <cavanaugh.stephen1991@gmail.com>
Date:   Wed Jul 31 17:02:46 2024 -0400

    chore: github action test

commit fa50118
Author: bobinstein <cavanaugh.stephen1991@gmail.com>
Date:   Wed Jul 31 16:52:03 2024 -0400

    chore: Testing new permaweb-deploy method
  • Loading branch information
Bobinstein committed Jul 31, 2024
1 parent 4d15940 commit 1f92f81
Show file tree
Hide file tree
Showing 7 changed files with 23,883 additions and 2,194 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/arweave-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@ jobs:

- name: Install dependencies for deployment script
run: |
cd .github/workflows/scripts
npm install
cd docs
npm install permaweb-deploy --include=dev --force
cd ..
- name: Run deployment script
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
DEPLOY_ANT_PROCESS_ID: ${{ secrets.DEPLOY_ANT_PROCESS_ID}}
run: |
cd .github/workflows/scripts
node arweave-deploy.js
cd docs
yarn deploy
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
prod-deploy:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2,210 changes: 2,160 additions & 50 deletions .github/workflows/scripts/package-lock.json

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions .github/workflows/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
"name": "my-scripts",
"version": "1.0.0",
"main": "index.js",
"scripts": {},
"scripts": {
"deploy": "permaweb-deploy --ant-process $DEPLOY_ANT_PROCESS_ID"
},
"dependencies": {
"@ar.io/sdk": "^2.0.2",
"@ardrive/turbo-sdk": "^1.9.0",
"axios": "^1.7.2",
"mime": "^4.0.4"
"mime": "^4.0.4",
"permaweb-deploy": "^1.1.6"
}
}
Loading

0 comments on commit 1f92f81

Please sign in to comment.