Skip to content

Commit

Permalink
Setup Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Minarox authored Aug 21, 2022
1 parent 91d4134 commit 38e753a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build Vue
on: [push]
jobs:
build_vue:
runs-on: ubuntu-latest
name: Build Vue
steps:
- uses: actions/checkout@v2
- id: Build-Vue
uses: xRealNeon/[email protected]
with:
username: 'StudioRvAndCo'
reponame: 'Website'
token: ${{ secrets.GITHUB_TOKEN }}
cname: 'rvandco.fr'

0 comments on commit 38e753a

Please sign in to comment.