Skip to content

Commit

Permalink
update deploy keys
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohersan committed Sep 5, 2024
1 parent 79911ac commit 143b93f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
build:
runs-on: ubuntu-latest
env:
GHTOKEN: ${{ secrets.PUSH_TOKEN }}
GHTOKENMN: ${{ secrets.PUSH_TOKEN_MN }}
GHTOKENTH: ${{ secrets.PUSH_TOKEN_TH }}

steps:
- name: Checkout
Expand All @@ -19,8 +20,8 @@ jobs:

- name: Setup git
run: |
git remote add mn https://thiagohersan:$GHTOKEN@github.com/marinagem-www/infinitum.marinagem.com.git
git remote add th https://thiagohersan:$GHTOKEN@github.com/thiagohersan-www/infinitum.thiagohersan.com.git
git remote add mn https://thiagohersan:$GHTOKENMN@github.com/marinagem-www/infinitum.marinagem.com.git
git remote add th https://thiagohersan:$GHTOKENTH@github.com/thiagohersan-www/infinitum.thiagohersan.com.git
git config --local user.name "github-actions"
git config --local user.email "[email protected]"
git checkout --orphan gh-pages
Expand Down
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ body {

.layer-container {
width: 100%;
background-color: #222;
/* background-color: #222; */
}

@media only screen and (max-width: 800px) {
Expand Down

0 comments on commit 143b93f

Please sign in to comment.