Skip to content

Commit

Permalink
fix: ghci action for ssh command (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjibansg authored Feb 17, 2024
1 parent 6913971 commit 96cab20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-api-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Adding env variables
uses: ./
- name: Add env variables
uses: appleboy/[email protected]
env:
VITE_SESSION_SECRET: ${{ secrets.VITE_SESSION_SECRET }}
with:
Expand All @@ -36,8 +36,8 @@ jobs:
envs: VITE_SESSION_SECRET
script: echo 'export VITE_SESSION_SECRET=$VITE_SESSION_SECRET' >> ~/.bashrc

- uses: matiasnu/github-action-ssh-docker-compose@7fb3aa789f898b63c3722e6beb2dafa1a70f0e22 # v2.0.3
name: Docker-Compose Remote Deployment
- name: Docker-Compose Remote Deployment
uses: matiasnu/github-action-ssh-docker-compose@7fb3aa789f898b63c3722e6beb2dafa1a70f0e22 # v2.0.3
with:
ssh_host: ${{ secrets.DEPLOY_HOST_DNS }}
ssh_private_key: ${{ secrets.DEPLOY_SSH_KEY }}
Expand Down

0 comments on commit 96cab20

Please sign in to comment.