Skip to content

Commit 09e263a

Browse files
committed
Update target of internal CF
1 parent c8d1d54 commit 09e263a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Deploys website to AWS S3
4747
- name: Deploy to S3
48-
run: hugo deploy --force --maxDeletes -1 --invalidateCDN
48+
run: hugo deploy --force --maxDeletes -1 --invalidateCDN --target internal-existing
4949
env:
5050
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
5151
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)