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

modify

parent aee107df
No related branches found
No related tags found
No related merge requests found
...@@ -20,9 +20,9 @@ pipeline { ...@@ -20,9 +20,9 @@ pipeline {
stage('copy build') { stage('copy build') {
steps { steps {
sh ''' sh '''
sudo rm -rf /var/www/dawn_staging/build/_admin sudo rm -rf /var/www/dawn_staging/_admin
sudo mkdir /var/www/dawn_staging/build/_admin sudo mkdir /var/www/dawn_staging/_admin
sudo cp -r build/* /var/www/dawn_staging/build/_admin sudo cp -r build/* /var/www/dawn_staging/_admin
''' '''
} }
} }
......
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