File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 repository : src-img/deltaTeam
3131 - name : Copy code to server
3232 run : |
33- $RUN 'mkdir -p /root /web'
34- $RUN 'rm -r /root /web/*'
35- $COPY -r database $TARGET:/root /web/database
36- $COPY -r static $TARGET:/root /web/static
37- $COPY -r templates $TARGET:/root /web/templates
38- $COPY main.py $TARGET:/root /web
39- $COPY recordUserInput.py $TARGET:/root /web
40- $RUN 'ls -1a /root /web'
33+ $RUN 'mkdir -p /home /web'
34+ $RUN 'rm -r /home /web/*'
35+ $COPY -r database $TARGET:/home /web/database
36+ $COPY -r static $TARGET:/home /web/static
37+ $COPY -r templates $TARGET:/home /web/templates
38+ $COPY main.py $TARGET:/home /web
39+ $COPY recordUserInput.py $TARGET:/home /web
40+ $RUN 'ls -1a /home /web'
You can’t perform that action at this time.
0 commit comments