mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Merge branch 'master' of github.com:Steffo99/royalnet
This commit is contained in:
commit
4bc0ce5545
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ git pull
|
|||
new=$(git rev-list HEAD -n 1)
|
||||
if [ ${old} = ${new} ]; then
|
||||
version=$(sentry-cli releases propose-version)
|
||||
sentry-cli releases new -p royalnet ${version}
|
||||
sentry-cli releases set-commits --auto ${version}
|
||||
sentry-cli releases new --org stefano-pigozzi -p royalnet ${version}
|
||||
sentry-cli releases set-commits --org stefano-pigozzi --auto ${version}
|
||||
fi
|
||||
sudo python3.6 -m pip install -r requirements.txt
|
||||
sudo service apache2 restart
|
||||
|
|
Loading…
Reference in a new issue