mirror of
https://github.com/chenasraf/opensnp.org-docker.git
synced 2026-05-18 01:49:07 +00:00
9 lines
100 B
Bash
Executable File
9 lines
100 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
|
|
bin/build
|
|
|
|
docker push opensnp/rails
|
|
docker push opensnp/rails-sidekiq
|