update django, sync docker install
This commit is contained in:
parent
03e85c6eef
commit
fdac35c00d
4 changed files with 19 additions and 2 deletions
12
docker/publish.sh
Normal file
12
docker/publish.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
# push new version of pan.do/ra to docker hub
|
||||
set -e
|
||||
|
||||
cd /tmp
|
||||
git clone https://code.0x2620.org/0x2620/pandora
|
||||
cd pandora
|
||||
./docker/build.sh
|
||||
|
||||
docker push 0x2620/pandora-base:latest
|
||||
docker push 0x2620/pandora-nginx:latest
|
||||
docker push 0x2620/pandora:latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue