Compare commits
6 Commits
4e06425641
...
5e4e4bf4b8
Author | SHA1 | Date |
---|---|---|
suroh | 5e4e4bf4b8 | |
suroh | d5c1ee51c6 | |
suroh | 0c2fe8a63e | |
suroh | 68c45eec77 | |
suroh | 31bede338c | |
suroh | 52b41cb9d2 |
|
@ -0,0 +1,21 @@
|
|||
name: work.suroh.tk deploy
|
||||
run-name: ${{ github.action_repository }} is being built and deployed
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone code to runner
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Move to directory
|
||||
run: cd ${{ github.workspace }}
|
||||
|
||||
- name: Building dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Check deployment directory
|
||||
run: ls -lh /var/www/
|
Loading…
Reference in New Issue