Skip to content

Commit

Permalink
Feature/update GitHub actions (#29)
Browse files Browse the repository at this point in the history
* feat: update actions with db

* fix: ci action db env

* fix: Dockerfile path

* add white space

* fix: revert ci testing

* feat: added dev cd

* fix: dockerfile

* feat: update actions with db

* fix: ci action db env

* add white space

* feat: added dev cd

* fix: scp command

* fix: dockerfile

* feat: update actions with db

* add white space

* feat: update actions with db

* fix: ci action db env

* add white space

* fix: private key in scp and ssh

* fix: ssh executions

* fix: private key store

* fix: cat private key

* fix: write private key to file

* fix: echo ssh key to file

* fix: ls ssh files
  • Loading branch information
ManasC478 authored Oct 12, 2024
1 parent 312f098 commit 57830f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Setup ssh
run: |
mkdir -p ~/.ssh
ls -a
'echo "$SSH_KEY" > ~/.ssh/id_rsa'
chmod 600 ~/.ssh/id_rsa
cat ~/.ssh/id_rsa
Expand Down

0 comments on commit 57830f2

Please sign in to comment.