diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e9b8c6..f9f6f23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,6 @@ jobs: labels: ${{ steps.meta.outputs.labels }} build-args: | _BUILD_WEBSITE_URL=https://appwrite.io - _BUILD_WEBSITE_VERSION=1.6.x + _BUILD_WEBSITE_VERSION=1.7.x _BUILD_GIT_URL=https://github.com/appwrite/website.git _BUILD_GIT_BRANCH=main diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..577da4b --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,11 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) +# and commit this file to your remote git repository to share the goodness with others. + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +tasks: + - init: pnpm install + command: pnpm run start + +