This website requires JavaScript.
Explore
Help
Sign In
rosslh
/
coolify
Watch
1
Star
0
Fork
You've already forked coolify
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
78c4344583
coolify
/
app
/
Enums
/
ActivityTypes.php
9 lines
104 B
PHP
Raw
Normal View
History
Unescape
Escape
Refactoring: extract process handling from async job.
2023-03-21 09:56:49 +00:00
<
?
php
namespace
App\Enums
;
enum
ActivityTypes
:
string
{
feat: add deployments as activity fix: tests refactor: remoteProcess
2023-03-29 10:27:02 +00:00
case
REMOTE_PROCESS
=
'remote_process'
;
Refactoring: extract process handling from async job.
2023-03-21 09:56:49 +00:00
}
Reference in a new issue
Copy permalink