Skip to content

Commit

Permalink
Trying real CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtuGit committed Feb 26, 2021
1 parent 4a88f0e commit 855bf04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CD

on: [push]

Expand All @@ -7,8 +7,8 @@ jobs:
if: github.ref == 'refs/heads/master'
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Push to server
# - uses: actions/checkout@v1
- name: Deploy to server
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SERVER_IP }}
Expand Down

0 comments on commit 855bf04

Please sign in to comment.