-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * Write README * Write README * fix mkdir * fix path * fix deploy.yml * fix deploy.yml * fix deploy.yml * fix deploy.yml * fix Make * fix Make * fix Make * fix Make * fix Make * fix Make * fix Make * Избавился от sudo для make
- Loading branch information
1 parent
e96092e
commit 5be702c
Showing
5 changed files
with
25 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,4 @@ jobs: | |
key: ${{ secrets.SSH_DEPLOY_KEY }} | ||
script: | | ||
cd ${{ vars.PROJECT_PATH }} | ||
sudo make update | ||
make update |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,13 @@ | |
|
||
### 1. Клонируем: | ||
```SHELL | ||
git clone <this_repo> | ||
git clone [email protected]:SergTyapkin/vue-frontend-template.git | ||
``` | ||
|
||
### 2. Настраиваем вообще всё. | ||
В самом начале нужно будет настроить `.env` файл, прописать правильный `DOMAIN_URL` | ||
```SHELL | ||
cd <this_repo> | ||
cd vue-frontend-template | ||
make all | ||
```` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
NODE_RELEASE=18 | ||
# Nginx not alpine. Must have 'envsubst' inside | ||
NGINX_RELEASE=1.23.3 | ||
NGINX_RELEASE=1.23.3-alpine | ||
FRONTEND_COMPOSE_NAME=frontend-compose | ||
API_PORT=3000 | ||
DOMAIN_URL=your.domain |