Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How to Deploy the built code to the physical device?

I have three repositories containing code for different tasks, and I've set up Bitbucket Pipelines with a YAML file to build and scan the code. The resulting artifacts are saved within Bitbucket itself. Now, I'm faced with the challenge of deploying these scripts to a physical device, specifically a milling machine.

First question: Is it possible to accomplish this task?

If the answer is yes, I'd like to explore the best methods to achieve it and the steps involved in doing so.

1 answer

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 25, 2023

Hi Basavaraj and welcome to the community!

Bitbucket Pipelines can deploy code to another server, as long as that server has a public IP address or domain name and it is accessible over the internet (or at least from the IPs that Pipelines environments use).

I am not familiar with milling machines, so, the way to deploy these scripts then from a server of yours to the milling machine is probably a question for the machine's manufacturer.

Deploying from Pipelines to a server is possible for example, via scp, rsync, ftp, or sftp. We have pipes that use each of these utilities:

It is also possible to connect to a server via SSH and execute a command or script on this server:

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events