Skip to content

Commit

Permalink
Merge pull request #3230 from tloncorp/hm/add-log-to-deploy
Browse files Browse the repository at this point in the history
ops: add log to deploy
  • Loading branch information
arthyn authored Feb 9, 2024
2 parents 1032af0 + 7fc7606 commit 8c166af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/helpers/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ref=${6:-"develop"}
[ "$desk" == "talk" ] && from="talk" || from="desk"
folder=$ship/$desk

echo "Deploying $desk from $ref of $repo to $ship in $zone of $project"
set -e
set -o pipefail
cmdfile=$(mktemp "${TMPDIR:-/tmp/}janeway.XXXXXXXXX")
Expand Down

0 comments on commit 8c166af

Please sign in to comment.