1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy-ui.git synced 2025-01-24 06:38:40 +00:00
lemmy-ui/test_deploy.sh

6 lines
111 B
Bash
Raw Normal View History

2020-09-23 08:57:25 -05:00
#!/bin/bash
2021-04-21 13:57:42 +02:00
set -e
2020-09-23 08:57:25 -05:00
sudo docker build . --tag dessalines/lemmy-ui:dev
sudo docker push dessalines/lemmy-ui:dev