Skip to content

Commit

Permalink
Update push-to-prod-new-fleets-nebraos-cloud-draft.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Mar 29, 2023
1 parent 1e73054 commit 4a8658c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/push-to-prod-new-fleets-nebraos-cloud-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
LATEST_GA=$FIRMWARE_VERSION
GITHUB_BRANCH=$( echo "${{ github.ref }}" | sed 's/refs\/heads\///g' )
echo "timestamp=$(date +'%s')" >> $GITHUB_ENV
echo "day=$(date +'%F')" >> $GITHUB_ENV
echo "LATEST_GA=$LATEST_GA" >> $GITHUB_ENV
echo "GITHUB_BRANCH=$GITHUB_BRANCH" >> $GITHUB_ENV
Expand All @@ -53,6 +55,22 @@ jobs:
nebraos_cloud: true
balena_command: "deploy nebraltd/${{ env.REPO }} --debug --nocache --build --draft"

- name: Upload docker-compose.yml artifact
uses: actions/upload-artifact@v3
with:
name: docker-compose.yml.${{ env.REPO }}
path: docker-compose.yml

- name: Upload docker-compose.yml to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: docker-compose.yml
asset_name: docker-compose.yml.${{ env.REPO }}
tag: ${{ env.LATEST_GA }}-${{ env.day }}
overwrite: true
body: "This is helium-miner-software release ${{ env.LATEST_GA }}-${{ env.day }}"

- name: Trigger build action in ${{ env.REPO }} repo
uses: peter-evans/repository-dispatch@v2
with:
Expand Down

0 comments on commit 4a8658c

Please sign in to comment.