Skip to content

Commit eaf47ec

Browse files
committed
Update Blog “open-sourcing-workshops-on-demand-part2-deploying-the-backend”
1 parent 8704896 commit eaf47ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/blog/open-sourcing-workshops-on-demand-part2-deploying-the-backend.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ The principle remains similar, with a few differences explained below.
320320
* Commit and push changes to your repo.
321321
* Create an `install.priv` file located in `install` directory when using a private repo (consider looking at [install.repo](https://github.com/Workshops-on-Demand/wod-backend/blob/main/install/install.repo) file for a better understanding of the variables).
322322
* Define the WODPRIVREPO and WODPRIVBRANCH variables as follows:
323-
324323
* `WODPRIVBRANCH="main"`
325324
* `WODPRIVREPO="[email protected]:Account/Private-Repo.git wod-private"`
326325

@@ -329,7 +328,6 @@ The principle remains similar, with a few differences explained below.
329328
Please refer to the following [url](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) to generate a `token` file in `install` directory of WoD-backend:
330329

331330
* Edit the `install.priv` file located in `install` directory of WoD-backend:
332-
333331
* Create line before variable declaration: ``token=`cat $EXEPATH/token` ``
334332
* Use the token in the url WODPRIVREPO="git clone https://user:[email protected]/Account/wod-private.git wod-private"
335333

0 commit comments

Comments
 (0)