configure the firewall
This commit is contained in:
@@ -50,6 +50,10 @@ class Postgres17Driver extends DatabaseDriver
|
||||
|
||||
return $runCommand;
|
||||
}
|
||||
),
|
||||
new Step(
|
||||
name: 'Configure firewall',
|
||||
script: 'ufw allow 5432/tcp || true',
|
||||
)
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user