Skip to content

Commit

Permalink
fix: prevent config file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ju5t authored Aug 31, 2023
1 parent 5dc0ca8 commit c533c0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
cp mysql.conf .debpkg/var/lib/Acronis/
cp functions.sh .debpkg/var/lib/Acronis/
chmod +x .debpkg/var/lib/Acronis/*.sh
# Config
mkdir -p .debpkg/DEBIAN
touch .debpkg/DEBIAN/conffiles
echo '/var/lib/Acronis/mysql.conf' >> .debpkg/DEBIAN/conffiles
- uses: jiro4989/build-deb-action@v3
with:
package: acronis-mysql-scripts
Expand Down

0 comments on commit c533c0c

Please sign in to comment.