Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extremely complex deployment if using a self-hosted agent pool #20

Open
Marko97IT opened this issue Jun 21, 2024 · 0 comments
Open

Extremely complex deployment if using a self-hosted agent pool #20

Marko97IT opened this issue Jun 21, 2024 · 0 comments

Comments

@Marko97IT
Copy link

Using the task instead of the script might seem advantageous but if you don't specify the requirements that the machine functioning as the agent pool must have then it makes no sense.
Below are the commands I used to finally deploy after hours and hours of attempts in a Ubuntu 22.04 agent pool self-hosted machine:

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs
sudo chown -R $(whoami):$(whoami) /usr/local/lib/node_modules
sudo chown -R $(whoami):$(whoami) /usr/bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant