Have Sail and SSU. Runs a command on a remote host.
This commit is contained in:
		@@ -23,21 +23,6 @@ class RunCommand extends Component
 | 
			
		||||
    {
 | 
			
		||||
        $this->isKeepAliveOn = true;
 | 
			
		||||
        
 | 
			
		||||
        // Override manual to experiment
 | 
			
		||||
        $override = 0;
 | 
			
		||||
 | 
			
		||||
        if ($override) {
 | 
			
		||||
            // Good to play with the throttle feature
 | 
			
		||||
            $sleepingBeauty = 'x=1; while  [ $x -le 40 ]; do sleep 0.1 && echo "Welcome $x times" $(( x++ )); done';
 | 
			
		||||
 | 
			
		||||
            $this->activity = coolifyProcess(<<<EOT
 | 
			
		||||
            cd projects/dummy-project
 | 
			
		||||
            # ~/.docker/cli-plugins/docker-compose build --no-cache
 | 
			
		||||
            $sleepingBeauty
 | 
			
		||||
            EOT, 'testing-host');
 | 
			
		||||
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        $this->activity = coolifyProcess($this->command, 'testing-host');
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user