Skip to content
Snippets Groups Projects
Commit 82b78ac2 authored by Måns Gezelius's avatar Måns Gezelius
Browse files

Merge branch 'test' into 'production'

Test

See merge request !14
parents 2258d44e ab81e08e
No related branches found
No related tags found
1 merge request!14Test
Pipeline #74208 passed
# Starts the django server in a pipenv, if not already running # Starts the django server in a pipenv, if not already running
class tracingcarbon::runserver () { class tracingcarbon::runserver () {
exec { 'Run django' : exec { 'Run django' :
command => 'yarn build && pipenv run python3 manage.py runserver &', command => 'npm run build && pipenv run python3 manage.py migrate && pipenv run python3 manage.py runserver &',
path => [ '/home/mange61/.local/bin', '/usr/bin', '/bin' ], path => [ '/home/mange61/.local/bin', '/usr/bin', '/bin' ],
cwd => '/home/mange61/tracing-carbon', cwd => '/home/mange61/tracing-carbon',
user => 'mange61', user => 'mange61',
......
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