Skip to content

Commit

Permalink
Update products-es.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khozam authored Jan 19, 2025
1 parent 22fa9af commit dc9eeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/products-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: hugo --config config-es.toml --minify

- name: Deploy products.conholdate.com to S3
run: hugo deploy --config config-es.toml --target "${{ github.event.inputs.environment }}" --maxDeletes -1 --force
run: hugo deploy --target "${{ github.event.inputs.environment }}" --maxDeletes=0
env:
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS }}

0 comments on commit dc9eeae

Please sign in to comment.