We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151a473 commit 3978b86Copy full SHA for 3978b86
.github/workflows/deploy-dev.yaml
@@ -45,8 +45,6 @@ jobs:
45
echo "Pulling latest changes..."
46
git pull origin ${{ github.ref_name }}
47
48
- echo $'\nSECRET=${{ secrets.NEXTAUTH_SECRET }}' >> .env.production
49
-
50
echo "Stopping and removing old container"
51
docker stop ${{ env.CONTAINER_NAME }}|| true
52
docker rm ${{ env.CONTAINER_NAME }}|| true
0 commit comments