-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
702cb32
commit b43dd8f
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,16 @@ jobs: | |
docker-repository-name: kokos-node-workshop | ||
secrets: | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
update-on-lab-environment: | ||
needs: java-docker-release | ||
runs-on: erbusco | ||
steps: | ||
- name: Update container on Kokos LAB (https://kokoslab.smeup.com) | ||
uses: appleboy/[email protected] | ||
with: | ||
host: ${{ secrets.KOKOS_LAB_IP }} | ||
username: smeup | ||
password: ${{ secrets.LAB_SSH_PASSWORD }} | ||
script: | | ||
kubectl rollout restart deploy/me-node-workshop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters