Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12242217
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/Jenkinsfile b/Jenkinsfile
index f66c98f..cb895c6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,47 +1,48 @@
pipeline {
agent {
label "node"
}
stages {
stage('Doc') {
steps {
git 'https://devcentral.nasqueron.org/source/infra-www.git'
sh '''
npm install
npm run build
cd dist
+ rm -rf _external
tar czf ../www-nasqueron-infra.tar.gz *
'''
}
post {
success {
archiveArtifacts artifacts: 'www-nasqueron-infra.tar.gz'
}
}
}
stage('Publish') {
steps {
sshPublisher(
failOnError: true,
publishers: [
sshPublisherDesc(
configName: 'ysul-deploy',
transfers: [
sshTransfer(
sourceFiles: 'www-nasqueron-infra.tar.gz',
remoteDirectory: 'workspace',
cleanRemote: true,
execCommand: 'tar xzvf workspace/www-nasqueron-infra.tar.gz -C /var/wwwroot/nasqueron.org/infra/'
)
]
)
]
)
}
}
}
}
diff --git a/src/pages/_external/502-paas-docker.html b/src/pages/_external/502-paas-docker.html
new file mode 100644
index 0000000..34ee5ee
--- /dev/null
+++ b/src/pages/_external/502-paas-docker.html
@@ -0,0 +1,25 @@
+---
+title: 502 Service unavailable
+---
+
+<section class="row">
+ <div class="large-12 columns">
+ <div class="callout">
+ <p>The <strong>Nasqueron PaaS</strong> serves this application through a Docker container.</p>
+ <p>This container isn't currently reachable. The most probable causes are a current service maintenance or a server outage.</p>
+ </div>
+ </div>
+</section>
+
+<div class="row">
+ <div class="large-12 columns">
+ <h2>What can I do?</h2>
+ <p>First, <a href="javascript:window.location.reload();">refresh this page</a> in a few moments to see if the servers issue goes on.</p>
+ <p>If so, you can check our status page for more information. Report a problem if you think we are unaware of the issue.</p>
+ <ul>
+ <li><a href="https://status.nasqueron.org/">Check our services status</a></li>
+ <li><a href="https://devcentral.nasqueron.org/maniphest/task/edit/form/4/">Report a server outage</a></li>
+ <li><a href="http://purl.net/NET/Nasqueron/GetSupport">Get further assistance</a></li>
+ </ul>
+ </div>
+</div>
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Oct 12, 07:55 (9 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065493
Default Alt Text
(2 KB)
Attached To
Mode
rINFRAWWW Nasqueron infrastructure servers website
Attached
Detach File
Event Timeline
Log In to Comment