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 de986a5 commit 6dd5b1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
if: steps.check_directory.outputs.directory_exists == 'false'
run: |
git clone ${{secrets.GIT_REPO_SPOTIFY}} spotify
cd /home/thuanngo3072002/actions-runner/azure/spotify/spotify/spotify
echo "Current Directory: $(pwd)"
ls
Expand All @@ -48,7 +49,7 @@ jobs:
sudo rm -rf spotify
git clone ${{secrets.GIT_REPO_SPOTIFY}} spotify
echo "Current Directory: $(pwd)"
cd spotify
cd /home/thuanngo3072002/actions-runner/azure/spotify/spotify/spotify
echo "Current Directory: $(pwd)"
ls
Expand Down

0 comments on commit 6dd5b1a

Please sign in to comment.