2020-09-27 11:03:45 +00:00
|
|
|
#!/bin/bash
|
2024-01-07 15:35:48 +00:00
|
|
|
# push new version of pan.do/ra to code.0x2620.org
|
2020-09-27 11:03:45 +00:00
|
|
|
set -e
|
|
|
|
|
|
|
|
cd /tmp
|
|
|
|
git clone https://code.0x2620.org/0x2620/pandora
|
|
|
|
cd pandora
|
|
|
|
./docker/build.sh
|
|
|
|
|
2024-01-07 15:35:48 +00:00
|
|
|
docker push 0x2620/pandora-base:latest code.0x2620.org/0x2620/pandora-base:latest
|
|
|
|
docker push 0x2620/pandora-nginx:latest code.0x2620.org/0x2620/pandora-nginx:latest
|
|
|
|
docker push 0x2620/pandora:latest code.0x2620.org/0x2620/pandora:latest
|