Skip to content

Commit

Permalink
fix: env
Browse files Browse the repository at this point in the history
  • Loading branch information
teguhbayu committed May 19, 2024
1 parent d13f29c commit b6ba1ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
- name: create env
run: >
touch /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
echo DATABASE_URL=${{secrets.DATABASE_URL}} >> /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
echo NEXTAUTH_SECRET=${{secrets.NEXTAUTH_SECRET}} >> /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
echo CLOUDINARY_URL=${{secrets.CLOUDINARY_URL}} >> /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
echo NEXTAUTH_URL=${{secrets.NEXTAUTH_URL}} >> /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
echo GOOGLE_APP_PASSWORD=${{secrets.GOOGLE_APP_PASSWORD}} >> /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
echo GOOGLE_EMAIL=${{secrets.GOOGLE_EMAIL}} >> /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
echo 'DATABASE_URL=${{secrets.DATABASE_URL}}' >> /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
echo 'NEXTAUTH_SECRET=${{secrets.NEXTAUTH_SECRET}}' >> /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
echo 'CLOUDINARY_URL=${{secrets.CLOUDINARY_URL}}' >> /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
echo 'NEXTAUTH_URL=${{secrets.NEXTAUTH_URL}}' >> /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
echo 'GOOGLE_APP_PASSWORD=${{secrets.GOOGLE_APP_PASSWORD}}' >> /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
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
Expand Down

0 comments on commit b6ba1ac

Please sign in to comment.