Skip to content

Commit

Permalink
Merge pull request #227 from 2077-Collective/feat/add-workflow
Browse files Browse the repository at this point in the history
chore(fix): update perms
  • Loading branch information
losndu authored Jan 9, 2025
2 parents 7f5950a + a84a771 commit 20f4096
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ jobs:
deploy:
environment:
name: production
url: ${{ secrets.SITE_URL }}
concurrency:
group: production
cancel-in-progress: false
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Deploy to VPS
uses: appleboy/ssh-action@v1
Expand Down

0 comments on commit 20f4096

Please sign in to comment.