Skip to content

Commit

Permalink
final test?
Browse files Browse the repository at this point in the history
  • Loading branch information
MTthoas committed Mar 3, 2024
1 parent 6a36d91 commit 9f524c1
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: executing remote ssh commands using password and pull the latest code
- name: Executing remote ssh commands to deploy the application
uses: appleboy/[email protected]
with:
host: ${{ secrets.SERVER_IP }}
Expand All @@ -34,13 +34,6 @@ jobs:
git fetch
git checkout develop
git pull origin develop
- name: Install package from private repository
run: npm install git+https://${{ secrets.TOKEN_REPO }}:[email protected]/nosleepfullbuild/uniride-library.git

- name: Build and deploy Docker containers
run: |
ls -la
docker-compose up -d --build
docker ps -a
npm install git+https://${{ secrets.TOKEN_REPO }}:[email protected]/nosleepfullbuild/uniride-library.git
docker-compose up -d --build
docker ps -a

0 comments on commit 9f524c1

Please sign in to comment.