Skip to content

Commit

Permalink
chore: update github workflows(docker-compose 생성)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungGyo-00 committed Dec 17, 2023
1 parent 20221c4 commit 79a4464
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@ jobs:
script: |
cd /home/ubuntu/
sudo touch .env
echo "${{ secrets.ENV_VARS }}" | sudo tee .env > /dev/null
echo ${{ secrets.ENV_VARS }} | base64 --decode > .env
sudo touch docker-compose.yaml
echo "${{ vars.DOCKER_COMPOSE }}" | sudo tee docker-compose.yaml > /dev/null
## docker-compose 실행
sudo chmod 666 /var/run/docker.sock
Expand Down

0 comments on commit 79a4464

Please sign in to comment.