Skip to content

Commit

Permalink
ci: updater script location
Browse files Browse the repository at this point in the history
  • Loading branch information
syntaxlexx committed Aug 23, 2024
1 parent dc07061 commit ef89ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ jobs:
git reset --hard
git clean -fd
git pull --ff
cd ci-cd
chmod +x run.sh
./run.sh
chmod +x run-ci-cd-updater.sh
./run-ci-cd-updater.sh
- name: Notify slack success
env:
Expand Down
File renamed without changes.

0 comments on commit ef89ffc

Please sign in to comment.