Skip to content

Commit 0894a18

Browse files
committed
feat: add github agent
1 parent 7ffb16b commit 0894a18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
port: 22
2121
script: |
2222
DOCKER_BUILDKIT=1
23+
eval `ssh-agent -s`
24+
ssh-add .ssh/github_action
2325
cd /home/ubuntu/repository
2426
git checkout develop -f
2527
git fetch

0 commit comments

Comments
 (0)