Skip to content

Commit

Permalink
Update tds-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzaibkhalid committed Mar 28, 2023
1 parent 372caca commit d717221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tds-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,11 @@ jobs:
with:
args: --acl public-read --follow-symlinks --delete
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET_PROD }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
SOURCE_DIR: "build/staging"
DEST_DIR: "pr/${{steps.get_branch.outputs.branch}}/docs"
DEST_DIR: "/"

prepr-log:
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit d717221

Please sign in to comment.