Skip to content

Commit

Permalink
Merge pull request #77 from fiit-tp7-2023/update-gh-actions
Browse files Browse the repository at this point in the history
Update Github Actions
  • Loading branch information
Kesuera authored Feb 26, 2024
2 parents d4dadf8 + 6a8c946 commit f6c6236
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,4 @@ jobs:
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script_stop: true
script: |
cd /usr/local/team07/presentation-web/frontend
git checkout main
git pull
docker compose down --rmi all
docker system prune -a -f
docker compose build --no-cache
docker compose up -d
script: /mnt/disk/deploy-scripts/presentation-web-frontend.sh

0 comments on commit f6c6236

Please sign in to comment.