File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Init check
22- if : github.repository != 'AmazeeLabs /silverback-template'
22+ if : github.repository != 'amazeeio-solutions /silverback-template'
2323 run :
2424 echo 'Please run the INIT script. See the root README.md for
2525 instructions.' && false
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ ENV COMPOSER_HOME=/tmp/cache/composer
3434WORKDIR /app
3535
3636# Decap config.
37- ENV VITE_DECAP_REPO='AmazeeLabs /silverback-template'
37+ ENV VITE_DECAP_REPO='amazeeio-solutions /silverback-template'
3838ARG LAGOON_GIT_BRANCH
3939ENV VITE_DECAP_BRANCH="$LAGOON_GIT_BRANCH"
4040
@@ -126,7 +126,7 @@ RUN npm install -g pnpm@8.15.9
126126COPY --from=builder /tmp/.deploy/publisher /app
127127
128128# Decap config.
129- ENV VITE_DECAP_REPO='AmazeeLabs /silverback-template'
129+ ENV VITE_DECAP_REPO='amazeeio-solutions /silverback-template'
130130ARG LAGOON_GIT_BRANCH
131131ENV VITE_DECAP_BRANCH="$LAGOON_GIT_BRANCH"
132132
Original file line number Diff line number Diff line change 44
55Minimum steps
66
7- - https://github.com/AmazeeLabs /silverback-template > ` Use this template ` >
8- ` Create a new repository `
7+ - https://github.com/amazeeio-solutions /silverback-template >
8+ ` Use this template ` > ` Create a new repository `
99- In the newly created repo
1010 - Settings > Manage access > Collaborators and teams
1111 - add ` Tech Team ` with ` Admin ` role
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default defineConfig(
2929 mode : 'github-workflow' ,
3030 publisherBaseUrl : `https://${ process . env . SERVICE_NAME } .${ process . env . LAGOON_ENVIRONMENT } .${ process . env . LAGOON_PROJECT } .${ process . env . LAGOON_KUBERNETES } ` ,
3131 workflow : 'fe_build.yml' ,
32- repo : 'AmazeeLabs /silverback-template' ,
32+ repo : 'amazeeio-solutions /silverback-template' ,
3333 ref : process . env . LAGOON_GIT_BRANCH ! ,
3434 environment : process . env . LAGOON_GIT_BRANCH ! ,
3535 environmentVariables : githubEnvVars ( ) ,
You can’t perform that action at this time.
0 commit comments