Skip to content

Commit

Permalink
chore(Actions): Rollback secret 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobby-Kim authored Oct 23, 2024
1 parent cf8baf2 commit 7edb38e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/be-cd_prod-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,11 @@ jobs:
COOKIE_PATH=${{ secrets.COOKIE_PATH }}
COOKIE_SAME_SITE=${{ secrets.COOKIE_SAME_SITE }}
COOKIE_MAX_AGE=${{ secrets.COOKIE_MAX_AGE }}

# Redis
REDIS_PORT=${{ secrets.REDIS_PORT }}
REDIS_HOST=${{ secrets.REDIS_HOST }}
REDIS_PASSWORD=${{ secrets.REDIS_PASSWORD }}
EOF

- name: Run zero down time Deploy Script
Expand Down

0 comments on commit 7edb38e

Please sign in to comment.