Skip to content

Commit

Permalink
chore: the github org has been migrated to junobuild
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Jan 7, 2024
1 parent de741c2 commit 4f658d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm run build

- name: Deploy to Juno
uses: buildwithjuno/juno-action@main
uses: junobuild/juno-action@main
with:
args: deploy
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ jobs:
run: npm run build

- name: Deploy to Juno
uses: buildwithjuno/juno-action@main
uses: junobuild/juno-action@main
with:
args: deploy
env:
JUNO_TOKEN: ${{ secrets.JUNO_TOKEN }}
```
That's it! This configuration sets up the GitHub Action for deployment. It performs a series of steps, including checking out the repository, installing dependencies, building the application, and finally utilizing the [buildwithjuno/juno-action](https://github.com/junobuild/juno-action) GitHub Action to deploy your dapp to Juno.
That's it! This configuration sets up the GitHub Action for deployment. It performs a series of steps, including checking out the repository, installing dependencies, building the application, and finally utilizing the [junobuild/juno-action](https://github.com/junobuild/juno-action) GitHub Action to deploy your dapp to Juno.
Remember to adjust the code according to your specific requirements, such as modifying the branch name and package manager command to match your setup.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config: Config = {
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.ico",
organizationName: "buildwithjuno",
organizationName: "junobuild",
projectName: "juno",
i18n: {
defaultLocale: "en",
Expand Down

0 comments on commit 4f658d3

Please sign in to comment.