Renamed and new scripts

local
root 5 years ago
parent 47669c4d04
commit 96b61a1add

@ -0,0 +1,69 @@
# This viminfo file was generated by Vim 8.0.
# You may edit it if you're careful!
# Viminfo version
|1,4
# Value of 'encoding' when this file was written
*encoding=utf-8
# hlsearch on (H) or off (h):
~h
# Command Line History (newest to oldest):
:q
|2,0,1599761890,,"q"
# Search String History (newest to oldest):
# Expression History (newest to oldest):
# Input Line History (newest to oldest):
# Debug Line History (newest to oldest):
# Registers:
# File marks:
'0 1 0 ~/restart.sh
|4,48,1,0,1599761890,"~/restart.sh"
'1 1 0 ~/restart.sh
|4,49,1,0,1599761817,"~/restart.sh"
'2 1 0 ~/restart.sh
|4,50,1,0,1599761501,"~/restart.sh"
'3 1 0 ~/restart.sh
|4,51,1,0,1599761501,"~/restart.sh"
'4 1 0 ~/restart.sh
|4,52,1,0,1599660361,"~/restart.sh"
'5 1 0 ~/restart.sh
|4,53,1,0,1599660361,"~/restart.sh"
'6 1 0 ~/restart.sh
|4,54,1,0,1599660361,"~/restart.sh"
'7 1 0 ~/restart.sh
|4,55,1,0,1599660361,"~/restart.sh"
'8 1 0 ~/restart.sh
|4,56,1,0,1599485736,"~/restart.sh"
'9 1 0 ~/restart.sh
|4,57,1,0,1599485736,"~/restart.sh"
# Jumplist (newest first):
-' 1 0 ~/restart.sh
|4,39,1,0,1599761890,"~/restart.sh"
-' 1 0 ~/restart.sh
|4,39,1,0,1599761817,"~/restart.sh"
-' 1 0 ~/restart.sh
|4,39,1,0,1599761501,"~/restart.sh"
-' 1 0 ~/restart.sh
|4,39,1,0,1599660361,"~/restart.sh"
-' 1 0 ~/restart.sh
|4,39,1,0,1599485736,"~/restart.sh"
-' 1 0 ~/restart.sh
|4,39,1,0,1599480996,"~/restart.sh"
-' 1 0 ~/restart.sh
|4,39,1,0,1599474185,"~/restart.sh"
# History of marks within files (newest to oldest):
> ~/restart.sh
* 1599761887 0
" 1 0

@ -0,0 +1,2 @@
#!/bin/bash
cd /var/www/tagesschule && git pull && docker-compose build web

@ -0,0 +1,2 @@
#!/bin/bash
cd /var/www/tagesschule && docker-compose logs --tail=100 -f

@ -0,0 +1,2 @@
#!/bin/bash
cd /var/www/tagesschule && git pull && docker-compose restart web

@ -0,0 +1,2 @@
#!/bin/bash
cd /var/www/tagesschule && docker-compose up

@ -0,0 +1,2 @@
#!/bin/bash
cd /var/www/tagesschule && git pull && docker-compose build web && docker-compose up

@ -0,0 +1,2 @@
#!/bin/bash
cd /var/www/tagesschule && docker-compose exec web bash
Loading…
Cancel
Save