Skip to content

Commit

Permalink
fix : env
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup committed Dec 23, 2024
1 parent 24fb8c0 commit afe829d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/server-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
echo "REDIS_PORT=${{ secrets.REDIS_PORT }}" >> .env
echo "REDIS_PWD=${{ secrets.REDIS_PWD }}" >> .env
echo "GOOGLE_CLIENT_ID=${{ vars.GOOGLE_CLIENT_ID }}" >> .env
echo "GOOGLE_CLIENT_SECRET=${{ secrets.GOOGLE_CLIENT_SECRET }} >> .env"
echo "GOOGLE_CALLBACK_URL=${{ vars.GOOGLE_CALLBACK_URL }} >> .env"
- name: docker build & push
run: docker buildx build -f ./packages/server/Dockerfile --platform linux/amd64,linux/arm64 -t ghcr.io/${{ github.repository }}/service:latest --push .
Expand Down

0 comments on commit afe829d

Please sign in to comment.