Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abdelwahab committed Feb 1, 2024
1 parent 56e5726 commit 113292f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The workflow has a single job called `deploy-preview` and it consists of the fol
3. Configures Node.js version with caching for PNPM via actions/setup-node@v4.
4. Installs dependencies using `pnpm install`.
5. Retrieves the branch name using [`tj-actions/branch-names@v8`](https://github.com/marketplace/actions/branch-names).
6. Creates a Neon database branch for the pull request with [`neondatabase/create-branch-action@v4`](https://github.com/marketplace/actions/neon-database-create-branch-action).
6. Creates a Neon database branch for the pull request with [`neondatabase/create-branch-action@v4`](https://github.com/marketplace/actions/neon-database-create-branch-action). By default, the branch name will be `preview/<git-branch-name>-<commit_SHA>`
7. Executes database migrations by setting up the `.env` file and running migration scripts.
8. Deploys the application with [`superfly/[email protected]`](https://github.com/marketplace/actions/github-action-for-deplying-staging-apps-on-fly-io), while including the Neon database URL.
9. Comments on the pull request with deployment and database branch details using `thollander/actions-comment-pull-request@v2`.
Expand Down

0 comments on commit 113292f

Please sign in to comment.