We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f4cdf commit 5a80ddaCopy full SHA for 5a80dda
1 file changed
.github/workflows/deploy.yml
@@ -26,11 +26,6 @@ jobs:
26
username: ${{ secrets.EC2_USERNAME }}
27
key_path: ec2_key.pem
28
script: |
29
- # Create deploy key on EC2 for private repo access
30
- echo "${{ secrets.DEPLOY_KEY }}" | base64 -d > ~/.ssh/deploy-key
31
- chmod 600 ~/.ssh/deploy-key
32
- eval "$(ssh-agent -s)"
33
- ssh-add ~/.ssh/deploy-key
34
35
# Clone repo if not exists, otherwise pull
36
if [ ! -d "/home/ubuntu/scribble/.git" ]; then
0 commit comments