1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Update files

This commit is contained in:
Steffo 2020-05-28 17:02:25 +02:00
parent 3d69b62d7d
commit e8de2f662f
Signed by: steffo
GPG key ID: 896A80F55F7C97F0
2 changed files with 4 additions and 1 deletions

3
.sentryclirc Normal file
View file

@ -0,0 +1,3 @@
[defaults]
org=stefano-pigozzi
project=royalnet

View file

@ -1,2 +1,2 @@
git commit -am "publish: %1" git commit -am "publish: %1"
git push && poetry build && poetry publish && hub release create "%1" -m "Royalnet %1" git push && poetry build && poetry publish && hub release create "%1" -m "Royalnet %1" && sentry-cli releases set-commits "%1" && sentry-cli deploys "%1" new --env production -n "Version %1"