Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Commits
88f256e4
Verified
Commit
88f256e4
authored
5 years ago
by
Erwan Rouchet
Browse files
Options
Downloads
Patches
Plain Diff
Upload backend static files to /static
parent
5ec838ae
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!693
Upload backend static files to /static
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci/static-deploy.sh
+1
-1
1 addition, 1 deletion
ci/static-deploy.sh
with
1 addition
and
1 deletion
ci/static-deploy.sh
+
1
−
1
View file @
88f256e4
...
...
@@ -2,4 +2,4 @@ VERSION=${VERSION:-${CI_COMMIT_TAG}}
[
-z
"
$VERSION
"
]
&&
echo
"No version specified"
&&
exit
1
pip
install
awscli
aws s3
cp
--recursive
static s3://teklia-assets-release/arkindex/
$VERSION
/
aws s3
cp
--recursive
static s3://teklia-assets-release/arkindex/
$VERSION
/
static/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment