Skip to content

Commit

Permalink
fix wrong copy folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Deutscher775 authored Aug 30, 2024
1 parent 789f468 commit 2d13854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated_api_stable_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
script: |
cp -r /root/guildcord/src/astroidapi /root/backup/guildcord/src/astroidapi
cp -r /root/guildcord/src/astroidapi /root/backup/guildcord/src
cp -r /root/guildcord/src/api.py /root/backup/guildcord/src/api.py
update_api:
Expand Down

0 comments on commit 2d13854

Please sign in to comment.