Skip to content

Commit

Permalink
adsf
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickFuereder committed Mar 17, 2024
1 parent 21acb08 commit 8a78f09
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ jobs:
- name: Unzip
run: ssh staging "cd /home/$SSH_USER/$REPO_NAME/ && sudo tar --no-same-owner --no-same-permissions -xf roundcubemail-1.7-git-complete.tar.gz"

- name: Set permissions
run: ssh staging "sudo chown -R github:github /home/$SSH_USER/$REPO_NAME/"

- name: Create config file
run: ssh staging "cd /home/$SSH_USER/$REPO_NAME/roundcubemail-1.7-git/config/ && touch ./config.inc.php && printf '%q' '$CONFIG' > ./config.inc.php"

- name: Delete current deployed files
run: ssh staging 'sudo rm -r -d /var/www/mail2/'
continue-on-error: true
Expand Down

0 comments on commit 8a78f09

Please sign in to comment.