-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 |