Compare commits

..

No commits in common. "46c147acf1a5a731a5d4d42c7f0091aba48e8171" and "a9a61abf4ed1e157464e8bddc11fd0e66ab923d7" have entirely different histories.

3 changed files with 8 additions and 44 deletions

View file

@ -1,34 +0,0 @@
pipeline:
build:
image: node:lts
commands:
- npm install
- npm run build
deploy-dev:
image: alpine
secrets:
- FTP_HOST
- FTP_USERNAME
- FTP_PASSWORD
commands:
- which lftp || ( apk --update add lftp )
- lftp -e "set ftp:ssl-force true; set ssl:verify-certificate no; mirror -R ./dist/ dev.samuel-philipp.de/; bye" -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOST
when:
branch:
- develop
event:
- push
deploy:
image: alpine
secrets:
- FTP_HOST
- FTP_USERNAME
- FTP_PASSWORD
commands:
- which lftp || ( apk --update add lftp )
- lftp -e "set ftp:ssl-force true; set ssl:verify-certificate no; mirror -R ./dist/ samuel-philipp.de/; bye" -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOST
when:
branch:
- main
event:
- push

View file

@ -12,27 +12,27 @@
"url": "https://git.sp-codes.de/samuel-p/samuel-philipp.de" "url": "https://git.sp-codes.de/samuel-p/samuel-philipp.de"
}, },
"optionalDependencies": { "optionalDependencies": {
"browser-sync": "^2.27.5" "browser-sync": "^2.26.14"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "10.3.6", "autoprefixer": "10.2.6",
"cssnano": "5.0.8", "cssnano": "5.0.5",
"del": "6.0.0", "del": "6.0.0",
"gulp": "4.0.2", "gulp": "4.0.2",
"gulp-concat": "2.6.1", "gulp-concat": "2.6.1",
"gulp-flatmap": "1.0.2", "gulp-flatmap": "1.0.2",
"gulp-header": "2.0.9", "gulp-header": "2.0.9",
"gulp-optimize-js": "1.1.0", "gulp-optimize-js": "1.1.0",
"gulp-postcss": "9.0.1", "gulp-postcss": "9.0.0",
"gulp-rename": "2.0.0", "gulp-rename": "2.0.0",
"gulp-sass": "4.1.1", "gulp-sass": "4.1.0",
"gulp-terser": "2.1.0", "gulp-terser": "2.0.1",
"lazypipe": "1.0.2", "lazypipe": "1.0.2",
"node-sass-tilde-importer": "^1.0.2", "node-sass-tilde-importer": "^1.0.2",
"postcss": "^8.3.8" "postcss": "^8.3.0"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4", "@fortawesome/fontawesome-free": "^5.15.3",
"bootstrap": "^4.6.0", "bootstrap": "^4.6.0",
"jquery": "^3.6.0" "jquery": "^3.6.0"
} }

View file

@ -32,8 +32,6 @@
<link rel="shortcut icon" href="img/samuel.png"> <link rel="shortcut icon" href="img/samuel.png">
<link rel="stylesheet" href="css/main.min.css"> <link rel="stylesheet" href="css/main.min.css">
<script async defer data-domain="samuel-philipp.de" src="https://plausible.sp-codes.de/js/plausible.js"></script> <script async defer data-domain="samuel-philipp.de" src="https://plausible.sp-codes.de/js/plausible.js"></script>
<script async defer data-website-id="594e86a6-02bb-407d-98e0-73e31827a785" data-do-not-track="true"
data-domains="samuel-philipp.de" src="https://umami.sp-codes.de/umami.js"></script>
</head> </head>
<body> <body>
<div class="site-container"> <div class="site-container">