Compare commits

...

2 Commits

Author SHA1 Message Date
48a039ed04 Add Vue in production mode 2020-11-28 09:49:45 +01:00
d5d3fa51e3 Add deploy script 2020-11-28 09:49:33 +01:00
3 changed files with 14 additions and 1 deletions

7
deploy.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
scp index.html fachschaft:/opt/docker/services/wiai.de/www/weihnachtsquiz2020/index.html
scp -r js/ fachschaft:/opt/docker/services/wiai.de/www/weihnachtsquiz2020/
scp -r css/ fachschaft:/opt/docker/services/wiai.de/www/weihnachtsquiz2020/
scp -r img/ fachschaft:/opt/docker/services/wiai.de/www/weihnachtsquiz2020/
scp -r fonts/ fachschaft:/opt/docker/services/wiai.de/www/weihnachtsquiz2020/

View File

@ -70,7 +70,7 @@
</section> </section>
</main> </main>
<script src="https://cdn.jsdelivr.net/npm/vue@2/dist/vue.js"></script> <script src="js/vue.min.js"></script>
<script src="js/questions.js"></script> <script src="js/questions.js"></script>
<script src="js/app.js"></script> <script src="js/app.js"></script>
</body> </body>

6
js/vue.min.js vendored Normal file

File diff suppressed because one or more lines are too long