Skip to content

Commit

Permalink
deploy: REDIS_PASSWORD secrets 직접 주입 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwooo committed Apr 2, 2024
1 parent 02bc6b3 commit 563c6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jisungin_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
port: 22
script: |
cd jisungin
sudo echo "REDIS_PASSWORD=$REDIS_PASSWORD" > .env
echo "REDIS_PASSWORD=${{ secrets.REDIS_PASSWORD }}" > .env
sudo docker-compose down
sudo docker-compose pull
sudo docker-compose up -d
Expand Down

0 comments on commit 563c6a9

Please sign in to comment.