Skip to content

Commit 461b986

Browse files
Patrick Stephensedsiper
authored andcommitted
workflows: disable auto-publish until CI user is resolved
Signed-off-by: Patrick Stephens <[email protected]>
1 parent 0328783 commit 461b986

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/actions/release-server-sync/action.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@ runs:
7777
# Automate the final step here to get the packages "live"
7878
- name: Publish on build server
7979
run: |
80-
scp ./packaging/server/publish-all.sh $USERNAME@$HOST:/home/$USERNAME/publish-all.sh
81-
ssh $USERNAME@$HOST APTLY_CONFIG="$APTLY_CONFIG" /bin/bash /home/$USERNAME/publish-all.sh "$VERSION"
80+
ssh $USERNAME@$HOST mkdir -p /home/$USERNAME/publish-support
81+
rsync -amvz packaging/server/ $USERNAME@$HOST:/home/$USERNAME/publish-support
82+
# TODO: need user access for gpg keys and output directories, currently doing it manually
83+
# ssh $USERNAME@$HOST APTLY_CONFIG="$APTLY_CONFIG" /bin/bash /home/$USERNAME/publish-support/publish-all.sh "$VERSION"
8284
env:
8385
VERSION: ${{ inputs.version }}
8486
HOST: ${{ inputs.server_hostname }}

0 commit comments

Comments
 (0)