mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-05 15:46:50 +08:00
🐞 We no longer use Concourse, instead, GitHub Actions
This commit is contained in:
@@ -110,15 +110,13 @@ sleep 10; while ! dig txt @ns-ovh.sslip.io version.status.sslip.io +short; do sl
|
|||||||
- Drag and drop the executables in `bin/` to the _Attach binaries..._ section.
|
- Drag and drop the executables in `bin/` to the _Attach binaries..._ section.
|
||||||
- Click "Publish release"
|
- Click "Publish release"
|
||||||
|
|
||||||
```bash
|
Trigger a new workflow to publish the Docker image: <https://github.com/cunnie/sslip.io/actions/workflows/docker-sslip.io-dns-server.yml>
|
||||||
fly -t nono trigger-job -j sslip.io/build-and-push-sslip.io-dns-server
|
|
||||||
```
|
|
||||||
|
|
||||||
Update the webservers with the HTML with new versions:
|
Update the webservers with the HTML with new versions:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ssh nono.io curl -L -o /www/sslip.io/document_root/index.html https://raw.githubusercontent.com/cunnie/sslip.io/main/k8s/document_root_sslip.io/index.html
|
ssh nono.io curl -L -o /www/sslip.io/document_root/index.html https://raw.githubusercontent.com/cunnie/sslip.io/main/k8s/document_root_sslip.io/index.html
|
||||||
for HOST in {blocked,ns-gce,ns-hetzner,ns-ovh,ns-ovh-sg}.sslip.io; do
|
for HOST in {blocked,ns-do-sg,ns-gce,ns-hetzner,ns-ovh,ns-ovh-sg}.sslip.io; do
|
||||||
ssh $HOST curl -L -o /var/nginx/sslip.io/index.html https://raw.githubusercontent.com/cunnie/sslip.io/main/k8s/document_root_sslip.io/index.html
|
ssh $HOST curl -L -o /var/nginx/sslip.io/index.html https://raw.githubusercontent.com/cunnie/sslip.io/main/k8s/document_root_sslip.io/index.html
|
||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user