Skip to content

Commit

Permalink
test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
junelsolis committed Aug 29, 2024
1 parent a86f524 commit 95b6320
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Deploy to production
on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- name: build
uses: actions/checkout@v2

with:
host: ${{ secrets.PROD_SERVER }}
username: ${{ secrets.PROD_SERVER_USERNAME}}
key: ${{ secrets.PROD_SERVER_SSH_KEY }}
script: |
whoami
cd ~/stagetool-ui

0 comments on commit 95b6320

Please sign in to comment.