Skip to content

Commit

Permalink
Update CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jang010505 authored Aug 5, 2024
1 parent e166901 commit adc09b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- run: |
touch ./.env
echo "${{ secrets.REACT_ENV }}" > ./.env
mkdir ./conf/ssl
touch ./conf/ssl/fullchain.pem
echo "${{ secrets.SSL_FUULCHAIN }}" > ./conf/ssl/fullchain.pem
touch ./conf/ssl/privkey.pem
echo "${{ secrets.SSL_PRIVATE }}" > ./conf/ssl/privkey.pem
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit adc09b3

Please sign in to comment.