FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-mapswipe-workers/deploy.sh at dev · mapswipe/python-mapswipe-workers · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Apr 3, 2026. It is now read-only.
mapswipe
/
python-mapswipe-workers
Public archive
Notifications
You must be signed in to change notification settings
Fork
12
Star
31
Code
Issues
115
Pull requests
14
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-mapswipe-workers
/
deploy.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (14 loc) · 384 Bytes
Breadcrumbs
python-mapswipe-workers
/
deploy.sh
Copy path
File metadata and controls
17 lines (14 loc) · 384 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!
/bin/bash
#
Deploy to server.
#
This script is called by Travis.
function
bell()
{
#
Print regular to stdout, so that Travis will not abort due to time.
#
travis_wait does not work with script deployment.
while
true
;
do
echo
-e
"
\a
"
sleep 60
done
}
bell
&
ansible-playbook -i ansible/inventory.yml ansible/playbook.yml
exit
$?
#
Return exit code of last command
Back
|
FazBrowse Home
|
New Git URL