diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2026-05-12 12:02:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-12 12:02:34 +0200 |
| commit | adbab5aa0124e634d399ffda96ef46abfc6d115c (patch) | |
| tree | aa4d413073433ba8f958d4f9c4f76764c5afae99 | |
| parent | a35f0bb8571ef0635e113b99f2c122dcc1448af5 (diff) | |
Updated README links (#416)
| -rw-r--r-- | .github/workflows/deploy.yml | 11 | ||||
| -rw-r--r-- | README.md | 16 |
2 files changed, 18 insertions, 9 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 08e537fc..a56a5fa7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,16 @@ jobs: SSH_KNOWN_HOSTS: ${{secrets.SSH_KNOWN_HOSTS}} - name: Pull Changes run: ssh -i ../opendc.key opendc@opendc.org 'cd /opt/opendc && git pull origin' + - name: Print Versions + run: | + ssh -i ../opendc.key opendc@opendc.org bash << 'EOF' + cd /opt/opendc + source .env + echo "OPENDC_WEB_API_VERSION=$OPENDC_WEB_API_VERSION" + echo "OPENDC_RUNNER_VERSION=$OPENDC_RUNNER_VERSION" + echo "OPENDC_WEBSITE_VERSION=$OPENDC_WEBSITE_VERSION" + EOF - name: Pull Images run: ssh -i ../opendc.key opendc@opendc.org 'cd /opt/opendc && source .env && docker-compose -f docker-compose.yml -f docker-compose.prod.yml pull' - name: Deploy Images - run: ssh -i ../opendc.key opendc@opendc.org 'cd /opt/opendc && source .env && docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d' + run: ssh -i ../opendc.key opendc@opendc.org 'cd /opt/opendc && source .env && docker-compose -f docker-compose.yml -f docker-compose.prod.yml down && docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d' @@ -1,5 +1,5 @@ <a href="https://opendc.org/"> - <img src="https://opendc.org/img/logo.png" alt="OpenDC logo" title="OpenDC" align="right" height="100" /> + <img src="https://opendc.org/img/logo.svg" alt="OpenDC logo" title="OpenDC" align="right" height="100" /> </a> # OpenDC @@ -7,7 +7,7 @@ Collaborative Datacenter Simulation and Exploration for Everybody [](/LICENSE.txt) -[](https://atlarge-research.github.io/opendc) +[](https://opendc.org/opendc) [](https://github.com/atlarge-research/opendc/releases) [](https://github.com/atlarge-research/opendc/actions/workflows/build.yml) @@ -22,14 +22,14 @@ The latest release will be marked _latest_. ## Documentation -You can find the OpenDC documentation [on the website](https://atlarge-research.github.io/opendc/). +You can find the OpenDC documentation [on the website](https://opendc.org/opendc/). The documentation is divided into several sections: -* [Getting Started](https://atlarge-research.github.io/opendc/docs/category/getting-started/) -* [Tutorials](https://atlarge-research.github.io/opendc/docs/category/tutorials/) -* [Advanced Guides](https://atlarge-research.github.io/opendc/docs/category/advanced-guides/) -* [Where to Get Support](https://atlarge-research.github.io/opendc/community/support/) -* [Contributing Guide](https://atlarge-research.github.io/opendc/community/contributing/) +* [Getting Started](https://opendc.org/opendc/docs/category/getting-started/) +* [Tutorials](https://opendc.org/opendc/docs/category/tutorials/) +* [Advanced Guides](https://opendc.org/opendc/docs/category/advanced-guides/) +* [Where to Get Support](https://opendc.org/opendc/community/support/) +* [Contributing Guide](https://opendc.org/opendc/community/contributing/) The source code for the documentation is located in the [gh-pages branch](https://github.com/atlarge-research/opendc/tree/gh-pages). Push to that branch to update the documentation. |
