Skip to content
Snippets Groups Projects
Commit 148e8bbc authored by Tucker Siegel's avatar Tucker Siegel
Browse files

fix

parent 9b9aadad
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ pipeline { ...@@ -21,7 +21,7 @@ pipeline {
steps { steps {
sh ''' sh '''
sudo rm -rf /var/www/dawn_staging/build sudo rm -rf /var/www/dawn_staging/build
sudo cp -r build /var/www/dawn_staging sudo cp -r build /var/www/dawn_staging/build
''' '''
} }
} }
......
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