Skip to content

Commit

Permalink
upgrade action version
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Jul 5, 2023
1 parent c1c1feb commit 4dec46f
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/caddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version: ${{ vars.TAILSCALE_VERSION }}

- name: Start Deployment
uses: FarisZR/docker-compose-gitops-action@v1
uses: FarisZR/docker-compose-gitops-action@v1.1
env:
EMAIL: ${{ secrets.caddy_email }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/element.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version: ${{ vars.TAILSCALE_VERSION }}

- name: Start Deployment
uses: FarisZR/docker-compose-gitops-action@v1
uses: FarisZR/docker-compose-gitops-action@v1.1
with:
remote_docker_host: ${{ secrets.server_address }}
tailscale_ssh: true # no need for manual private and public keys
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libreddit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version: ${{ vars.TAILSCALE_VERSION }}

- name: Start Deployment
uses: FarisZR/docker-compose-gitops-action@v1
uses: FarisZR/docker-compose-gitops-action@v1.1
with:
remote_docker_host: ${{ secrets.server_address }}
tailscale_ssh: true # no need for manual private and public keys
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lingva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version: ${{ vars.TAILSCALE_VERSION }}

- name: Start Deployment
uses: FarisZR/docker-compose-gitops-action@v1
uses: FarisZR/docker-compose-gitops-action@v1.1
with:
remote_docker_host: ${{ secrets.server_address }}
tailscale_ssh: true # no need for manual private and public keys
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sed -i "s/(nitter_hmackey)/$NITTER_HMACKEY/g" $GITHUB_WORKSPACE/nitter/nitter.conf
- name: Start Deployment
uses: FarisZR/docker-compose-gitops-action@v1
uses: FarisZR/docker-compose-gitops-action@v1.1
with:
remote_docker_host: ${{ secrets.server_address }}
tailscale_ssh: true # no need for manual private and public keys
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proxitok.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version: ${{ vars.TAILSCALE_VERSION }}

- name: Start Deployment
uses: FarisZR/docker-compose-gitops-action@v1
uses: FarisZR/docker-compose-gitops-action@v1.1
with:
remote_docker_host: ${{ secrets.server_address }}
tailscale_ssh: true # no need for manual private and public keys
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quetre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version: ${{ vars.TAILSCALE_VERSION }}

- name: Start Deployment
uses: FarisZR/docker-compose-gitops-action@v1
uses: FarisZR/docker-compose-gitops-action@v1.1
with:
remote_docker_host: ${{ secrets.server_address }}
tailscale_ssh: true # no need for manual private and public keys
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rimgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version: ${{ vars.TAILSCALE_VERSION }}

- name: Start Deployment
uses: FarisZR/docker-compose-gitops-action@v1
uses: FarisZR/docker-compose-gitops-action@v1.1
with:
remote_docker_host: ${{ secrets.server_address }}
tailscale_ssh: true # no need for manual private and public keys
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/scribe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ jobs:
- name: Tailscale
uses: tailscale/github-action@ce41a99162202a647a4b24c30c558a567b926709
with:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }}
oauth-secret: ${{ secrets.TAILSCALE_SECRET }}
tags: tag:deploy-ci
hostname: Github-actions
version: ${{ vars.TAILSCALE_VERSION }}

- name: Start Deployment
uses: FarisZR/docker-compose-gitops-action@v1
uses: FarisZR/docker-compose-gitops-action@v1.1
env:
SECRET_KEY_BASE: ${{ secrets.scribe_secret_key_base }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/searxng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sed -i "s/(searxng_secret_key)/$SEARXNG_SECRET_KEY/g" $GITHUB_WORKSPACE/searxng/settings.yml
- name: Start Deployment
uses: FarisZR/docker-compose-gitops-action@v1
uses: FarisZR/docker-compose-gitops-action@v1.1
with:
remote_docker_host: ${{ secrets.server_address }}
tailscale_ssh: true # no need for manual private and public keys
Expand Down

0 comments on commit 4dec46f

Please sign in to comment.