Skip to content

Commit 3978b86

Browse files
committed
Take secret part out - that doesn't need to happen every deploy
1 parent 151a473 commit 3978b86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy-dev.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
echo "Pulling latest changes..."
4646
git pull origin ${{ github.ref_name }}
4747

48-
echo $'\nSECRET=${{ secrets.NEXTAUTH_SECRET }}' >> .env.production
49-
5048
echo "Stopping and removing old container"
5149
docker stop ${{ env.CONTAINER_NAME }}|| true
5250
docker rm ${{ env.CONTAINER_NAME }}|| true

0 commit comments

Comments
 (0)