Compare commits
No commits in common. "1e184a31ef128cc5cac77d161188aa591b3871ef" and "a7a99fa583e334ff1768c2ea19d15e72e83b1abd" have entirely different histories.
1e184a31ef
...
a7a99fa583
2 changed files with 0 additions and 36 deletions
|
@ -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
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue