diff options
| -rw-r--r-- | .github/workflows/main.yml | 1 | ||||
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | site/get/nightly-builds.md | 1 |
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 \ @@ -1,4 +1,4 @@ -[](https://github.com/vyos/community.vyos.net/actions/workflows/main.yml) +[](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. |
