Compare commits

..

7 Commits

Author SHA1 Message Date
Giles Bradshaw 99ed34c5a2 domain
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2020-08-28 13:44:28 +01:00
Giles Bradshaw 7b495fa217 .
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2020-08-28 13:26:56 +01:00
Giles Bradshaw 94e7d7fa5b .
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is failing Details
2020-08-28 13:17:20 +01:00
Giles Bradshaw 246dff312f fix: hostname 2020-08-27 19:50:21 +01:00
Giles Bradshaw e44ab46af2 fix: image digests 2020-08-27 18:45:55 +01:00
Giles Bradshaw f76f87d9b0 fix: remove smallfiles 2020-08-27 17:45:23 +01:00
Giles Bradshaw 59963d55dd ci: promote to production to deploy 2020-08-27 17:18:23 +01:00
2 changed files with 1 additions and 8 deletions

View File

@ -2,13 +2,6 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### 0.0.5 "chore(release): 0.0.5" (2020-08-28)
### Bug Fixes
* drone jsonnet version 0.0.7 ([be6493f](https://sigyl.com///commit/be6493f37dcd75bea3d3a9091c73129433018d41))
### [0.0.4](https://sigyl.com///compare/v0.0.3...v0.0.4) "chore(release): 0.0.4" (2020-08-19) ### [0.0.4](https://sigyl.com///compare/v0.0.3...v0.0.4) "chore(release): 0.0.4" (2020-08-19)
### [0.0.3](https://sigyl.com///compare/v0.0.2...v0.0.3) "chore(release): 0.0.3" (2020-08-19) ### [0.0.3](https://sigyl.com///compare/v0.0.2...v0.0.3) "chore(release): 0.0.3" (2020-08-19)

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "chat", "name": "chat",
"version": "0.0.5", "version": "0.0.4",
"description": "rocket chat", "description": "rocket chat",
"scripts": { "scripts": {
"deploy": "sh deploy.sh", "deploy": "sh deploy.sh",