Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Apr 8, 2021
2 parents 85b14ca + 26e9093 commit 631b7b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
runs-on: ubuntu-latest
needs:
- release
# - package
# if: needs.release.outputs.new_release_published == 'true'
- package
if: needs.release.outputs.new_release_published == 'true'
env:
VERSION: ${{ needs.release.outputs.new_release_version }}
KUBECONFIG_FILE: ${{ secrets.KUBECONFIG }}
Expand All @@ -99,12 +99,10 @@ jobs:
KUBECONFIG_FILE: ${{ secrets.KUBECONFIG }}
run: |
echo ${KUBECONFIG_FILE} | base64 -d > ${KUBECONFIG}
cat ${KUBECONFIG}
- name: Apply deployment
env:
GITHUB_TOKEN: ${{ secrets.GITHUB }}
run: |
./kubectl config view --raw
sed -i "s/IMAGE_TAG/${VERSION}/g" k8s/kustomization.yaml
./kubectl kustomize k8s/ | ./kubectl apply -f -
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.6.2](https://github.com/CoCreate-app/CoCreateWS/compare/v0.6.1...v0.6.2) (2021-04-07)


### Bug Fixes

* test deploy ([4321c26](https://github.com/CoCreate-app/CoCreateWS/commit/4321c26436da83daaeb3dceaf591dcbc4a05aa9b))

## [0.6.1](https://github.com/CoCreate-app/CoCreateWS/compare/v0.6.0...v0.6.1) (2021-04-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/cocreatews",
"version": "0.6.1",
"version": "0.6.2",
"description": "CoCreateWS",
"keywords": [
"cocreatews",
Expand Down

0 comments on commit 631b7b5

Please sign in to comment.