Skip to content

Commit

Permalink
5/12: migrate upload file to cloudinary
Browse files Browse the repository at this point in the history
  • Loading branch information
thuan committed Dec 5, 2023
1 parent 8a34d66 commit c572059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ jobs:
run: |
git clone ${{secrets.GIT_REPO_SPOTIFY}} spotify
cd spotify
echo "Current Directory: $(pwd)"
- name: Remove existing directory and clone again
if: steps.check_directory.outputs.directory_exists == 'true'
run: |
rm -rf spotify
git clone ${{secrets.GIT_REPO_SPOTIFY}} spotify
cd spotify
echo "Current Directory: $(pwd)"
- name: Check if Docker Compose project is running
id: check_docker_compose
Expand Down

0 comments on commit c572059

Please sign in to comment.