Skip to content

Commit

Permalink
Update CI and remove testComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-lerch committed Aug 28, 2024
1 parent 7015fdf commit ce70c57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
if: github.ref == 'refs/heads/master'

- name: Deploy to kueken.studieren-ohne-grenzen.org
run: rclone sync ./dist :sftp:/html --sftp-host=${{ vars.SFTP_HOST }} --sftp-user=${{ vars.SFTP_USERNAME }} --sftp-pass=${{ secrets.SFTP_PASSWORD_OBSCURED }} --sftp-disable-hashcheck=true --progress --stats-one-line --stats=5s
run: rclone sync ./.output/public :sftp:/html --sftp-host=${{ vars.SFTP_HOST }} --sftp-user=${{ vars.SFTP_USERNAME }} --sftp-pass=${{ secrets.SFTP_PASSWORD_OBSCURED }} --sftp-disable-hashcheck=true --progress --stats-one-line --stats=5s
if: github.ref == 'refs/heads/master'
15 changes: 0 additions & 15 deletions components/testComponent.vue

This file was deleted.

0 comments on commit ce70c57

Please sign in to comment.