Experience the Ferrari Portofino
+A stunning hardtop convertible that blends exhilarating performance with everyday comfort. This elegant grand tourer is powered by a formidable twin-turbo V8 engine.
+Learn More +diff --git a/.dockerignore b/.dockerignore new file mode 100755 index 0000000..93c32d7 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,13 @@ +.git + +.pristine + +.trash + +.recycle + +.backup + +.template + +.calendar diff --git a/Dockerfile b/Dockerfile new file mode 100755 index 0000000..331f233 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM nginx + +WORKDIR /usr/share/nginx/html/ + +COPY . . diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..580599a --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,56 @@ +pipeline { + + agent none + + options { + + disableConcurrentBuilds(abortPrevious: true) + + buildDiscarder(logRotator(numToKeepStr: '10')) + } + + stages { + + stage('docker compose build') { + + agent { + + label "sian" + + } + + steps { + + dir('.') { + + sh 'docker compose build' + + } + + } + + } + + stage('docker compose push') { + + agent { + + label "sian" + + } + + steps { + + dir('.') { + + sh 'docker compose push' + + } + + } + + } + + } + +} diff --git a/README.md b/README.md deleted file mode 100644 index 201d4a1..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# portofino.embanet.online - diff --git a/compose.bash b/compose.bash new file mode 100755 index 0000000..c729913 --- /dev/null +++ b/compose.bash @@ -0,0 +1,13 @@ +#!/bin/bash + +reset + +clear + +set -e + +set -x + +docker compose down + +docker compose up --build -d diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..04238a9 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,17 @@ +services: + + portofino.embanet.online: + + container_name: portofino.embanet.online + + image: softwareshinobi/portofino.embanet.online + + build: + + context: . + + dockerfile: Dockerfile + + ports: + + - 8000:80 diff --git a/cover.svg b/cover.svg new file mode 100644 index 0000000..9ba7cfb --- /dev/null +++ b/cover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..34c27cb --- /dev/null +++ b/index.html @@ -0,0 +1,92 @@ + + +
+ + +A stunning hardtop convertible that blends exhilarating performance with everyday comfort. This elegant grand tourer is powered by a formidable twin-turbo V8 engine.
+Learn More +