Skip to content

Commit 4a44d7c

Browse files
authored
Cleanup deploy args (#180)
* Move npm run build to gh runner * removed -c from deploy.sh
1 parent f0a4626 commit 4a44d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
- name: Build application
5252
run: npm run build
5353
- name: Run deploy shell script
54-
run: cd devops && bash ./deploy.sh -p -c
54+
run: cd devops && bash ./deploy.sh -p

0 commit comments

Comments
 (0)