Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit b108572

Browse files
committed
testing frontend fixes
1 parent 855c664 commit b108572

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

gitlab-ci/aws/cdk.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
variables:
55
ENVIRONMENT: dev
66

7-
.Build Quasar PWA Assets:
7+
Build Quasar PWA Assets:
88
image: node:10
99
stage: build
1010
only:
@@ -25,8 +25,7 @@ variables:
2525
after_script:
2626
- echo "Build Complete"
2727

28-
29-
.Sync Quasar PWA Assets:
28+
Sync Quasar PWA Assets:
3029
image: python:3.8
3130
stage: deploy
3231
only:
@@ -55,7 +54,7 @@ variables:
5554
after_script:
5655
- echo "Deploy frontend complete"
5756

58-
cdk deploy:
57+
.cdk deploy:
5958
image: docker:19.03.1
6059
services:
6160
- docker:19.03.5-dind

0 commit comments

Comments
 (0)