Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Dec 15, 2024
1 parent a8cbe40 commit f7efbfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
username: ubuntu
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd /opt/backend-deploy
sudo git clone ${{ github.server_url }}/${{ github.repository }} .
cd ~
sudo git clone ${{ github.server_url }}/${{ github.repository }} backend/
sudo docker compose build --no-cache
sudo docker compose up -d --remove-orphans

0 comments on commit f7efbfa

Please sign in to comment.