Skip to content

Commit

Permalink
update the ip address of a build server
Browse files Browse the repository at this point in the history
  • Loading branch information
CNCF-Bot committed Feb 23, 2023
1 parent b85dbd9 commit d8c453c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify/landscapeapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ${process.env.BUILDBOT_KEY.replace(/\s/g,'\n')}

// now our goal is to run this on a remote server. Step 1 - xcopy the repo
const folder = new Date().getTime();
const remote = '[email protected].76.177';
const remote = '[email protected].199.15';

const runRemote = async function(command) {
const bashCommand = `
Expand Down

0 comments on commit d8c453c

Please sign in to comment.