diff options
| author | Logan Hunt <logan.hunt@usu.edu> | 2023-01-31 14:01:35 -0700 |
|---|---|---|
| committer | Logan Hunt <logan.hunt@usu.edu> | 2023-01-31 14:04:23 -0700 |
| commit | cac78a4f4eced88878e746d96b305ecc62826494 (patch) | |
| tree | 33d1d43d7049a30753af82bab600f721e9f8ac67 /build.sh | |
| parent | e5d97870a12ec87bd463b7657923bb79d3bcb4cc (diff) | |
| download | chessh-cac78a4f4eced88878e746d96b305ecc62826494.tar.gz chessh-cac78a4f4eced88878e746d96b305ecc62826494.zip | |
Move to discord oauth
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ docker build . -t chessh/server cd front docker build \ - --build-arg REACT_APP_GITHUB_OAUTH=${REACT_APP_GITHUB_OAUTH} \ + --build-arg REACT_APP_DISCORD_OAUTH=${REACT_APP_DISCORD_OAUTH} \ --build-arg REACT_APP_SSH_SERVER=${REACT_APP_SSH_SERVER} \ --build-arg REACT_APP_SSH_PORT=${REACT_APP_SSH_PORT} \ . -t chessh/frontend |
