This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Drawing; | |
| using Microsoft.Extensions.Configuration; | |
| using Microsoft.Extensions.Logging; | |
| using Pastel; | |
| namespace Utils | |
| { | |
| public static class ApplicationLogging | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git checkout <COMMIT HASH> | |
| git push origin HEAD:refs/heads/master -f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker exec -it CONTAINER_ID /bin/bash | |
| echo "define('FS_METHOD', 'direct');" >> wp-config.php | |
| chown -R www-data wp-content | |
| chmod -R 755 wp-content |