Skip to content

Commit bd685f6

Browse files
Added mv to workflow files
1 parent d028fb5 commit bd685f6

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,14 @@ VERIFICATION_SECRET_KEY: The secret key for email or user verification.
346346

347347
## CI (GitHub Actions) Setup for Production Deployment
348348

349+
To enable Continuous Integration through Github Actions, we provide **prod-backend-deploy.yml** and **prod-frontend-deploy.yml** files. To connect them to GitHub, simply move them to the .github/workflows/ directory.
350+
351+
You can do it with the following commands:
352+
```bash
353+
mv prod-backend-deploy.yml .github/workflows/prod-backend-deploy.yml
354+
mv prod-frontend-deploy.yml .github/workflows/prod-frontend-deploy.yml
355+
```
356+
349357
### Prerequisites
350358
1. **Create a Vercel Token**:
351359
- Generate your [Vercel Access Token](https://vercel.com/account/tokens).
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)