Skip to content

Commit d8a4f27

Browse files
authored
Merge pull request #21 from rubberduck-vba/p0
Deployment Script, Take 4
2 parents 50cfe58 + 45c7efb commit d8a4f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-cd-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
path: C:/pub/pub-prod.zip
5454

5555
- name: staging
56-
run: move-item C:/pub/pub-prod.zip C:/pub/webroot/rubberduckvba.com/* -force
56+
run: move-item C:/pub/pub-prod.zip C:/pub/webroot/rubberduckvba.com -force
5757

5858
- name: deploy iis site
5959
run: |

.github/workflows/dotnet-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
path: C:/pub/pub-test.zip
5656

5757
- name: staging
58-
run: move-item C:/pub/pub-test.zip C:/pub/webroot/test.rubberduckvba.com/* -force
58+
run: move-item C:/pub/pub-test.zip C:/pub/webroot/test.rubberduckvba.com -force
5959

6060
- name: deploy iis site
6161
run: |

0 commit comments

Comments
 (0)