Skip to content
Snippets Groups Projects
Commit fa5f137c authored by Nathan Rodet's avatar Nathan Rodet
Browse files

change to code server conf

parent c247c9e0
No related branches found
No related tags found
6 merge requests!6End of development,!5Develop,!4End of development,!3Develop,!2hot-fix: change readme.md,!1Develop
Pipeline #49871 passed
......@@ -71,6 +71,8 @@ runcmd:
#
# Install And Run Code Server
#
- "export HOME=/root"
- "export USER=root"
- "mkdir -p /root/.config/code-server/"
- 'sed -i "s/%user_password%/$(scw-userdata user_password)/g" /root/config.yaml'
- "mv /root/config.yaml /root/.config/code-server/config.yaml"
......@@ -84,4 +86,4 @@ runcmd:
#
# Install Repository
#
- "git clone https://github.com/NathanRodet/rust-axum-demo"
\ No newline at end of file
- "git clone https://github.com/NathanRodet/rust-axum-demo /root/rust-axum-demo"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment