Skip to content

Commit

Permalink
Test deployment via GHA self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
t-my committed May 29, 2024
1 parent 7f52d99 commit e91ff36
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dev-deployment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Deployment

on:
push:
branches:
- deployment-scripts

jobs:
deployment:
runs-on: self-hosted
environment: dev
steps:
- run: pwd
- run: whomai
- run: ls -larth

0 comments on commit e91ff36

Please sign in to comment.