Skip to content

Commit 2f1e2de

Browse files
authored
Merge pull request #14 from DevKor-github/takmj00-patch-1
Update cicd.yml
2 parents e9d4c5c + 338d72c commit 2f1e2de

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cicd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
export DB_USERNAME=${{ secrets.DB_USERNAME }}
4747
export DB_PASSWORD=${{ secrets.DB_PASSWORD }}
4848
export GOOGLE_API_KEY=${{ secrets.GOOGLE_API_KEY }}
49+
export JWT_SECRET=${{ secrets.JWT_SECRET }}
4950
5051
cd /home/ubuntu/app/deploy
5152
@@ -55,6 +56,7 @@ jobs:
5556
DB_PASSWORD=${{ secrets.DB_PASSWORD }}
5657
GOOGLE_API_KEY=${{ secrets.GOOGLE_API_KEY }}
5758
DOCKERHUB_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}
59+
JWT_SECRET=${{ secrets.JWT_SECRET }}
5860
EOF
5961
6062
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin
@@ -63,4 +65,4 @@ jobs:
6365
docker-compose -f docker-compose.yml pull
6466
docker-compose -f docker-compose.yml up -d --remove-orphans
6567
66-
docker image prune -af
68+
docker image prune -af

0 commit comments

Comments
 (0)