Skip to content
Snippets Groups Projects
Commit 923d8acd authored by Tim Repke's avatar Tim Repke
Browse files

Merge branch 'server-deployment' into 'production'

add print infos

See merge request !8
parents 4c5f4922 26569d54
No related branches found
No related tags found
1 merge request!8add print infos
Checking pipeline status
......@@ -51,6 +51,11 @@ deploy-to-production:
tags:
- bare-metal
script:
- echo "Current working directory"
- pwd
- echo "Current user"
- whoami
- groups
- echo "Becoming 'nacsos' user"
- sudo -u nacsos -s
- cd /home/nacsos/nacsos-core
......
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