Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslayerrq committed Dec 4, 2023
1 parent 86b1d3a commit c6a1177
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}



- name: CICD
uses: appleboy/[email protected]
Expand All @@ -32,7 +32,7 @@ jobs:
username: ${{secrets.SSH_USERNAME_RQ}}

script: |
mkdir rb
cd rb
git clone [email protected]:software-students-fall2023/4-containerized-app-exercise-rizzballs.git
echo 'success'
docker-compose pull
docker-compose down
docker-compose up -d

0 comments on commit c6a1177

Please sign in to comment.