summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml1
-rw-r--r--README.md3
-rw-r--r--site/get/nightly-builds.md1
3 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5dc020e..2bf10a9 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -55,7 +55,6 @@ jobs:
echo "AWS_AMPLIFY_REGION=${{ inputs.aws_amplify_region }}" >> $GITHUB_ENV
echo "AWS_AMPLIFY_APP_ID=${{ inputs.aws_amplify_app_id }}" >> $GITHUB_ENV
echo "BRANCH=${{ inputs.branch }}" >> $GITHUB_ENV
-
- name: Deploy to Amplify
run: |
curl --request POST \
diff --git a/README.md b/README.md
index 9356248..cb495a0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![vyos.net build](https://github.com/vyos/community.vyos.net/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/vyos/community.vyos.net/actions/workflows/main.yml)
+[![vyos.net build](https://github.com/vyos/community.vyos.net/actions/workflows/main.yml/badge.svg?branch=production)](https://github.com/vyos/community.vyos.net/actions/workflows/main.yml)
# community.vyos.net
@@ -65,3 +65,4 @@ You can force soupault to run them by building with `soupault --profile live`. Y
S3 bucket that mimics our own setup and access credentials for it in your environment.
All in all you probably don't want to touch them since they are really specific to our own setup.
This section is here mostly for completeness.
+
diff --git a/site/get/nightly-builds.md b/site/get/nightly-builds.md
index 2554000..44b9e64 100644
--- a/site/get/nightly-builds.md
+++ b/site/get/nightly-builds.md
@@ -22,6 +22,7 @@
<div class='image-signatures'>
VyOS rolling release builds are automatically produced from the `current` branch at least once a day.
+
They include all the latest code from maintainers and community contributors.
Rolling release builds are not hand-tested before upload.