Skip to content

Commit

Permalink
Update - Github actions - Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
pdovhomilja committed Nov 7, 2023
1 parent 4162f52 commit e9830bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: Use secrets
run: |
echo "" > .env.local # Clear the .env.local file
echo DATABASE_URL: ${{ secrets.DATABASE_URL }} >> .env
echo GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} >> .env.local
echo GOOGLE_ID: ${{ secrets.GOOGLE_ID }} >> .env.local
Expand All @@ -37,8 +38,6 @@ jobs:
echo DO_ACCESS_KEY_SECRET: ${{ secrets.DO_ACCESS_KEY_SECRET }} >> .env.local
echo DATABASE_URL: ${{ secrets.DATABASE_URL }} >> .env.local
echo JWT_SECRET: ${{ secrets.JWT_SECRET }} >> .env.local
echo NEXTCRM_TOKEN: ${{ secrets.NEXTCRM_TOKEN }} >> .env.local
echo OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} >> .env.local
echo NEXTAUTH_URL: ${{ secrets.NEXTAUTH_URL }} >> .env.local
echo NEXT_PUBLIC_APP_NAME: ${{ secrets.NEXT_PUBLIC_APP_NAME }} >> .env.local
echo NEXT_PUBLIC_APP_V: ${{ secrets.NEXT_PUBLIC_APP_V }} >> .env.local
Expand Down

4 comments on commit e9830bc

@vercel
Copy link

@vercel vercel bot commented on e9830bc Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextcrm-demo – ./

nextcrm-demo-e-osvc.vercel.app
demo.nextcrm.io
nextcrm-demo-git-main-e-osvc.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e9830bc Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextcrm-test – ./

nextcrm-test-e-osvc.vercel.app
nextcrm-test-git-main-e-osvc.vercel.app
test.nextcrm.io

@vercel
Copy link

@vercel vercel bot commented on e9830bc Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextcrm-others – ./

nextcrm-others-git-main-e-osvc.vercel.app
nextcrm-others-e-osvc.vercel.app
others.nextcrm.io

@vercel
Copy link

@vercel vercel bot commented on e9830bc Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.