Skip to content

Commit

Permalink
Build integration PoC
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Dec 16, 2022
1 parent 14c9c30 commit 2889a4f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions aem/script/deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env sh

# TODO <https://github.com/wttech/aemc/issues/7>

step "building AEM application"
mvn clean package
clc

step "deploying AEM application"
aem package deploy --file all/target/mysite.all-1.0.0-SNAPSHOT.zip
clc

0 comments on commit 2889a4f

Please sign in to comment.