Skip to content

Commit

Permalink
cicd: 🏗️ updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
T0mAlexander committed Sep 14, 2023
1 parent f7afd58 commit c1d8c6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/EC2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Deploy no servidor
uses: easingthemes/ssh-deploy@main
env:
with:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Go

on:
push:
branches: [ "gh-actions", "gh-actions-aws" ]
branches: [ "*" ]
pull_request:
branches: [ "gh-actions", "gh-actions-aws" ]
branches: [ "*" ]

jobs:
testes:
runs-on: ${{ matrix.os }}
env:
HOST: localhost
DB_PORT: 5432
DB_PORT: ${{ secrets.DB_PORT }}
USER: root
PASSWORD: root
DB_NAME: root
Expand Down

0 comments on commit c1d8c6a

Please sign in to comment.