-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build locations and trying out commandbox only build
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,10 @@ jobs: | |
npm install -g markdownlint-cli | ||
markdownlint changelog.md --fix | ||
box server start serverConfigFile="[email protected]" --debug | ||
ant -DisPreRelease=${{ env.COLDBOX_PRERELEASE }} -Dcoldbox.version=${{ env.COLDBOX_VERSION }} -Dbuild.branch=${{ env.BRANCH }} -Dbuild.number=${{ github.run_number }} -f build/build.xml | ||
box task run build/Build.cfc / | ||
${{ env.COLDBOX_VERSION }} / # version | ||
${{ github.run_number }} / # build number | ||
${{ env.BRANCH }} # branch | ||
- name: Commit Changelog [unreleased] with latest version | ||
uses: EndBug/[email protected] | ||
|
@@ -107,7 +110,7 @@ jobs: | |
with: | ||
name: coldbox-variants | ||
path: | | ||
artifacts/**/* | ||
.artifacts/**/* | ||
changelog.md | ||
- name: Upload Binaries to S3 | ||
|
@@ -118,7 +121,7 @@ jobs: | |
AWS_S3_BUCKET: "downloads.ortussolutions.com" | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ACCESS_SECRET }} | ||
SOURCE_DIR: "artifacts" | ||
SOURCE_DIR: ".artifacts" | ||
DEST_DIR: "ortussolutions" | ||
|
||
- name: Upload API Docs to S3 | ||
|
@@ -129,7 +132,7 @@ jobs: | |
AWS_S3_BUCKET: "apidocs.ortussolutions.com" | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ACCESS_SECRET }} | ||
SOURCE_DIR: "build-coldbox/apidocs" | ||
SOURCE_DIR: ".tmp/apidocs" | ||
DEST_DIR: "" | ||
|
||
- name: Publish | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters