mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 10:46:24 +03:00
Добавлен Docker
This commit is contained in:
5
runscripts/heroku/buildandpush.sh
Normal file
5
runscripts/heroku/buildandpush.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker-compose build
|
||||
heroku container:push web -a dyxless || true
|
||||
heroku container:release web -a dyxless
|
||||
Reference in New Issue
Block a user