We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffb16b commit 0894a18Copy full SHA for 0894a18
.github/workflows/deploy-staging.yml
@@ -20,6 +20,8 @@ jobs:
20
port: 22
21
script: |
22
DOCKER_BUILDKIT=1
23
+ eval `ssh-agent -s`
24
+ ssh-add .ssh/github_action
25
cd /home/ubuntu/repository
26
git checkout develop -f
27
git fetch
0 commit comments