Required push
This commit is contained in:
parent
5e0939db3d
commit
a3c9481f3f
74 changed files with 2388 additions and 9 deletions
6
Bot_Discord_CSharp/PasosParaSubirDocker.txt
Normal file
6
Bot_Discord_CSharp/PasosParaSubirDocker.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
heroku container:login
|
||||
docker build -t discord-bot-dsharp "E:\Proyectos Visual Studio\Bot_Discord_CSharp\Bot_Discord_CSharp\bin\Release\netcoreapp3.1\publish"
|
||||
docker tag discord-bot-dsharp registry.heroku.com/discord-bot-dsharp/worker
|
||||
docker push registry.heroku.com/discord-bot-dsharp/worker
|
||||
heroku container:release worker --app discord-bot-dsharp
|
||||
heroku container:push release --app discord-bot-dsharp
|
||||
Loading…
Add table
Add a link
Reference in a new issue