mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 02:36:24 +03:00
6 lines
119 B
Bash
6 lines
119 B
Bash
#!/bin/bash
|
|
|
|
docker-compose build
|
|
heroku container:push web -a dyxless || true
|
|
heroku container:release web -a dyxless
|