forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 1
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
c342271
commit 0dbe40e
Showing
1 changed file
with
6 additions
and
0 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 |
---|---|---|
|
@@ -72,6 +72,12 @@ jobs: | |
role-to-assume: ${{ vars.AWS_ROLE_TO_ASSUME_PRODUCTION }} | ||
aws-region: ${{ vars.AWS_REGION }} | ||
|
||
#this is the private key for ci user, used by jenkins slave, can be found in ssm parameter staging jenkins slave. that allows ssh to airflow. | ||
- name: install the ci private key | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: '${{ secrets.CI_SSH_PRIVATE_KEY }}' | ||
|
||
- name: Run deployment | ||
run: "$GITHUB_WORKSPACE/github.sh" | ||
shell: bash | ||
|