From 08aa168c31bafbe7ee1ca389c95f054c89dd9884 Mon Sep 17 00:00:00 2001 From: Sohail Date: Fri, 13 Sep 2024 15:48:27 +0500 Subject: [PATCH] Fixed config --- .github/workflows/gh-pages.yml | 2 +- config.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 924327a..9017ba7 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -30,7 +30,7 @@ jobs: - name: Deploy About to S3 # run: hugo deploy --maxDeletes -1 --target "production" - run: hugo deploy --maxDeletes -1 --target "prod" + run: hugo deploy --maxDeletes -1 --target "production" env: AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }} AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS }} diff --git a/config.yml b/config.yml index 5513851..a9e75cc 100644 --- a/config.yml +++ b/config.yml @@ -601,7 +601,7 @@ menu: deployment: targets: - name: "qa" - URL: "s3://about.aspose.ai/?region=us-west-2" - # name: "production" - # URL: "s3://about.aspose.ai/?region=us-west-2" \ No newline at end of file + # name: "qa" + # URL: "s3://about.aspose.ai/?region=us-west-2" + name: "production" + URL: "s3://about.aspose.ai/?region=us-west-2" \ No newline at end of file