pass the commit hash through
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 33s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 33s
This commit is contained in:
parent
0a81c26d08
commit
75092d255d
@ -21,6 +21,10 @@ WORKDIR /app
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
|
||||
# Get the git commit hash
|
||||
ARG GIT_REV
|
||||
ENV GIT_REV ${GIT_REV}
|
||||
|
||||
# Set the environment to production
|
||||
ENV NODE_ENV=production
|
||||
|
||||
|
@ -20,8 +20,8 @@ module.exports = {
|
||||
plugins: [
|
||||
new UserscriptPlugin({
|
||||
metajs: false,
|
||||
downloadBaseURL: 'https://ssu.fascinated.cc/scripts',
|
||||
updateBaseURL: 'https://ssu.fascinated.cc/scripts',
|
||||
downloadBaseURL: 'https://ssu.fascinated.cc/scripts/',
|
||||
updateBaseURL: 'https://ssu.fascinated.cc/scripts/',
|
||||
headers: {
|
||||
name: "ScoreSaber Utils",
|
||||
author: "fascinated7 (discord)",
|
||||
|
Loading…
Reference in New Issue
Block a user