File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 7171 with :
7272 ref : staging
7373 clean : true
74-
74+
7575 - name : Create hoops_license.txt
7676 run : |
7777 echo "${{ secrets.HOOPS_LICENSE }}" | base64 --decode > hoops_license.txt
@@ -106,15 +106,13 @@ jobs:
106106
107107 - name : Remove unused Docker images
108108 run : docker image prune -af
109-
110- - name : Copy `./public` into External Docker Volume (Using Temporary Container)
109+ - name : Copy `./public-staging` into External Docker Volume (Using Temporary Container)
111110 run : |
112111 docker run --rm \
113- -v public:/volume \
114- -v $(pwd)/public:/backup \
112+ -v public-staging :/volume \
113+ -v $(pwd)/public-staging :/backup \
115114 alpine sh -c "cp -r /backup/* /volume/ && ls -la /volume/"
116-
117-
115+
118116 - name : Build and Run Docker Containers
119117 run : |
120- docker-compose -p staging_project up -d --force-recreate
118+ docker-compose -p staging_project up -d --force-recreate
You can’t perform that action at this time.
0 commit comments