File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
.github/actions/release-server-sync Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments