Commit Graph

11 Commits

Author SHA1 Message Date
GitLab Bot 6047d21a89 Add latest changes from gitlab-org/gitlab@master 2021-06-28 06:07:45 +00:00
Grzegorz Bizon 25cc54cacd Deploy serverless apps with `gitlabktl` 2019-07-15 14:55:59 +02:00
Marcel Amirault 3289a47f0a Update Serverless.gitlab-ci-yml to fix lint warning 2019-06-12 07:48:12 +00:00
Grzegorz Bizon ca7a935159 Fix typo in a changelog description
[ci skip]
2019-06-06 12:14:29 +00:00
Grzegorz Bizon e882954321 Fix serverless app deployments by bumping `tm` version
Previous version of the `tm` tool had a bug that resulted in not being
able to deploy serverless applications using this version.
2019-06-06 12:14:19 +00:00
Grzegorz Bizon 7f52685a41 Remove build policies from serverless app template 2019-06-06 10:52:29 +00:00
Sean McGivern 026896cca2 Merge branch 'require-all-templates-to-include-default-stages' into 'master'
Require all templates to use default stages

Closes #59992

See merge request gitlab-org/gitlab-ce!26954

(cherry picked from commit 39eb16aab2)

e0df05cf Require all templates to use default stages
2019-04-15 12:47:35 +02:00
Grzegorz Bizon e90c2adcf5 Build and deploy serverless functions with gitlabktl 2019-04-03 13:52:24 +02:00
Grzegorz Bizon d9fb27f42a Make serverless template a valid abstract template 2019-03-04 21:09:38 +08:00
Grzegorz Bizon f5579abc9a Make it possible to easily deploy serverless functions
This commits add a job that is going to be triggered whenever someone
adds `[serverless deploy-functions]` text into their commit message.

This make it really simple to deploy functions in FaaS-only project.
2019-03-04 21:09:38 +08:00
Grzegorz Bizon 27417ccf3c Add Serverless CI/CD template 2019-03-04 21:09:38 +08:00