Skip to content

Commit

Permalink
edited.
Browse files Browse the repository at this point in the history
  • Loading branch information
bayram-ozkan committed Oct 21, 2024
1 parent 7c8c8dd commit 3f8a16d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
echo 'Building..'
echo 'Building...'
}
}
stage('Test') {
Expand Down
2 changes: 2 additions & 0 deletions wordpress.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# nginx üzerinden wordpress kurulum aşamaları

sudo apt install nginx -y
sudo systemctl status nginx
sudo apt install php-fpm php-mysql php-xml php-curl php-mbstring -y
Expand Down

0 comments on commit 3f8a16d

Please sign in to comment.