Add GitHub Actions deployment workflows and cloud platform configs
This commit is contained in:
19
.github/workflows/railway-deploy.yml
vendored
Normal file
19
.github/workflows/railway-deploy.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Deploy to Railway
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, master ]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Deploy to Railway
|
||||
uses: railway/deploy@v1
|
||||
with:
|
||||
railway_token: ${{ secrets.RAILWAY_TOKEN }}
|
||||
service: jaryo-file-manager
|
Reference in New Issue
Block a user