Skip to content

Commit

Permalink
last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SergTyapkin committed Jan 30, 2024
1 parent c7ef1fc commit 7adc6e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ all:
make update
echo 'Now read README.md and setup another deploy environments variables.' && \
echo 'It seems like values must be:' && \
echo 'SERVER_USERNAME=$$(whoami) - ! MUST BE SECRET VARIABLE !' && \
echo 'DEPLOY_HOST=$$(cat ./docker-deploy/.env | grep DOMAIN_URL | sed "s/.*=//") - NOT SECURE' && \
echo 'PROJECT_PATH=$$(pwd) - NOT SECURE'
echo 'SERVER_USERNAME=$$(whoami) - [! MUST BE SECRET VARIABLE !]' && \
echo 'DEPLOY_HOST=$$(cat ./docker-deploy/.env | grep DOMAIN_URL | sed "s/.*=//") - [NOT SECURE]' && \
echo 'PROJECT_PATH=$$(pwd) - [NOT SECURE]'

0 comments on commit 7adc6e8

Please sign in to comment.