Skip to content

Commit

Permalink
test ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaxking committed Sep 3, 2024
1 parent 8f6b680 commit 481fee2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 116 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Deploy to Development Environment
on:
# release:
# types: [published]
push:
branches:
- 2024-9-2-TK-Releases
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Retrieve git dependencies
uses: actions/checkout@v3
with:
submodules: 'true'
token: ${{ secrets.GH_TOKEN }}

- name: pull latest from deploy branch
uses: appleboy/[email protected]
env:
PROJECT: /root/tators-dashboard

with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
envs: PROJECT
script: |
echo "Did this work?"
116 changes: 0 additions & 116 deletions .github/workflows/google-cloudrun-docker.yml

This file was deleted.

0 comments on commit 481fee2

Please sign in to comment.