Skip to content

Commit

Permalink
fixing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
adl-trey committed Mar 8, 2024
1 parent e0e721a commit 5b6bb2e
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,15 @@ jobs:
- name: Deploy code on Staging
run: |
echo "SSH into staging machine."
ssh ${{ secrets.ADLNET_STAGING_HOST_USER }}@${{ secrets.ADLNET_STAGING_HOST }}
"
cd ${{ secrets.ADLNET_STAGING_PROJECT_DIR }}
echo 'Pulling Latest Code from Repository...'
git pull
echo 'Rebuilding Docker Containers..'
sudo docker-compose stop
sudo docker-compose build --no-cache
sudo docker-compose up -d
echo 'deployed successfully on server'
"
ssh ${{ secrets.ADLNET_STAGING_HOST_USER }}@${{ secrets.ADLNET_STAGING_HOST }} "
cd ${{ secrets.ADLNET_STAGING_PROJECT_DIR }}
echo 'Pulling Latest Code from Repository...'
git pull
echo 'Rebuilding Docker Containers..'
sudo docker-compose stop
sudo docker-compose build --no-cache
sudo docker-compose up -d
echo 'deployed successfully on server' "
cypress-testing:
name: Cypress run
Expand Down

0 comments on commit 5b6bb2e

Please sign in to comment.