Skip to content

Commit

Permalink
fix: CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
teguhbayu committed May 20, 2024
1 parent ab72562 commit f97481c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ jobs:
matrix:
node-version: [20.13.1]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
env:
DATABASE_URL: ${{secrets.DATABASE_URL}}
NEXTAUTH_SECRET: ${{secrets.NEXTAUTH_SECRET}}
CLOUDINARY_URL: ${{secrets.CLOUDINARY_URL}}
NEXTAUTH_URL: ${{secrets.NEXTAUTH_URL}}
GOOGLE_APP_PASSWORD: ${{secrets.GOOGLE_APP_PASSWORD}}
GOOGLE_EMAIL: ${{secrets.GOOGLE_EMAIL}}
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -40,7 +33,6 @@ jobs:
echo 'GOOGLE_EMAIL=${{secrets.GOOGLE_EMAIL}}' >> /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
- name: Install Modules
run: npm ci
- run: npm install dotenv-cli
- name: Generate prisma
run: npm run prisma:generate
- name: Build site
Expand Down

0 comments on commit f97481c

Please sign in to comment.