Skip to content

Commit 1576f42

Browse files
committed
test deploy 6
1 parent db00794 commit 1576f42

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/cassini.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)