Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup authored Oct 29, 2024
1 parent f20d872 commit ec0f51c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
echo "DB_PORT=${{ secrets.DB_PORT}}" >> .env
echo "DB_PWD=${{ secrets.DB_PWD }}" >> .env
echo "DB_USER=${{ secrets.DB_USER }}" >> .env
echo "JWT_SECRET=${{ secrets.JWT_SECRET }}" >> .env
echo "JWT_EXPIRES=${{ vars.JWT_EXPIRES }}" >> .env
- name: docker create
run : docker buildx create --use

Expand Down Expand Up @@ -84,4 +86,4 @@ jobs:
docker stop invite-api || true
docker rm invite-api || true
docker run -d -p 3003:3003 --network my-network --name invite-api ghcr.io/${{ github.repository }}/service:latest
EOF
EOF

0 comments on commit ec0f51c

Please sign in to comment.