Skip to content

Commit

Permalink
Fix (#72)
Browse files Browse the repository at this point in the history
* feat: add slash to dockerfile

* feat: add slash to dockerfile
  • Loading branch information
HenrySpartGlobal authored Mar 30, 2024
1 parent ab70a1d commit dc69ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: live
ref: main

- name: Build Docker image
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ENV NODE_ENV=production \
DATABASE_URL=$DATABASE_URL \
NEXTAUTH_SECRET=$NEXTAUTH_SECRET \
DISCORD_CLIENT_ID=$DISCORD_CLIENT_ID \
DISCORD_CLIENT_SECRET=$DISCORD_CLIENT_SECRET
DISCORD_CLIENT_SECRET=$DISCORD_CLIENT_SECRET \
UPSTASH_REDIS_REST_URL=$UPSTASH_REDIS_REST_URL \
UPSTASH_REDIS_REST_TOKEN=$UPSTASH_REDIS_REST_TOKEN

Expand Down

0 comments on commit dc69ed8

Please sign in to comment.